{% extends "admin/layout.html" %} {% block content %}
Add user

Users

{% include "includes/search.html" %} {% include "includes/pagination.html" %} {% for user in data.items %} {% endfor %}
Dribs Username
SU
Created Updated SSO
 {{ user.activity_count }} 
{% if user.vitae %}cv{% endif %} {% if user.carddata %}@{% endif %} {% if user.webpage_url %}www{% endif %} {% if user.is_admin %}SU{% endif %}
{{ user.username }}
{{ user.created_at|format_date }} {{ user.updated_at|format_date }} {% if user.sso_id %}✓{% endif %}
{% if user.active %} {% else %} Activate {% endif %}
{% include "includes/pagination.html" %}

The use of SSO user identity providers is recommended

{% endblock %}