{% extends 'registration/base.html' %} {% block title %}Admin{% endblock %} {% block nav %} Home Admin {% endblock %} {% block content %}

{% for user in users %} {% for att in user %} {% endfor %} {% endfor %}
Username Nome Cognome Codice Stato
{{att}}

    {% for doctype in docs %}
  • {% if not doctype.0.enabled %} visibility_off {% endif %} {% if not doctype.0.group_private %} public {% endif %} {% if doctype.0.auto_sign %} assignment_turned_in {% endif %} {{doctype.0.name}} {{doctype.1}}
    {% endfor %}
{% endblock %}