{% load staticfiles %}
{% csrf_token %}
{% if role == "superuser" or role == "staff" %}
{% for i in groups %} {% endfor %}
{% else %} {% endif %}