{% if account.is_active %}
Active
{% else %}
Inactive
{% endif %} {% if user.is_staff %} {% if account.is_staff %}
Staff
{% endif %} {% endif %} {% if user.is_superuser %} {% if account.is_superuser %}
Superuser
{% endif %} {% endif %}