{% extends "backoffice/base.html" %} {% load humanize %} {% load i18n %} {% load static %} {% block htmlhead %} {% endblock htmlhead %} {% block scripts %} {% endblock scripts %} {% block content %}
{% trans "username" %} | {% trans "PlatformUser__type" %} | {% trans "active" %} | UUID |
---|---|---|---|
{{ user.username }} | {{ user.get_user_type_display }} | {{ user.is_active|yesno }} | {{ user.uuid }} |