{% extends "backoffice/base.html" %} {% load humanize %} {% load i18n %} {% load static %} {% block htmlhead %} {% endblock htmlhead %} {% block scripts %} {% endblock scripts %} {% block content %}
{% trans "Events" %}: {{ mode_display }}
{% for user in object_list %} {% endfor %}
{% trans "username" %} {% trans "PlatformUser__type" %} {% trans "active" %} UUID
{{ user.username }} {{ user.get_user_type_display }} {{ user.is_active|yesno }} {{ user.uuid }}
{% endblock content %}