{% for user in users %}
{% comment %}
Do NOT do this in your project - we are just showing all the
permissions, however this span query for all users (at view)
and for each user there is another query for the permissions
(templatetag)
{% endcomment %}
{{ user }}{% if user.is_superuser %} admin{% endif %}