{% extends 'layouts/default.html' %} {% block title %}Flowspec Users{% endblock %} {% block content %} {% for user in users %} {% endfor %}
UUID Name Email Phone Notice Role(s) Organization(s) Action
{{ user.uuid }} {{ user.name if user.name }} {{ user.email if user.name }} {{ user.phone if user.name }} {{ user.comment if user.comment }} {% for role in user.role %} {{ role.name }} {% endfor %} {% for org in user.organization %} {{ org.name }} {% endfor %}
{% endblock %}