• {{ user.username }}
    {% if current %}Added{% else %}Not added{% endif %}
    {{ user.get_full_name|default:user.username }} · {{ user.email }}
    {% comment %} show any exam user-groups this user belongs to as badges {% endcomment %}
    {% for g in exam.user_user_groups.all %} {% if user in g.users.all %} {{ g.name }} {% endif %} {% endfor %}
    {% if request.user.is_superuser %} Profile {% endif %}
    {% csrf_token %}