{% if request.user.is_staff %}
{% for mod in allowed_mods %} {{ mod }} {% endfor %}
{% endif %}