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