{% load url from future %} {% if request.user.is_staff %}
{% for mod in allowed_mods %}
{% csrf_token %}
{% endfor %}
{% endif %}