{% extends request.is_ajax|yesno:'nullcont.htm,accounts/ext.htm' %} {% load i18n %} {% block content %} {% trans 'The list of user groups to which the account has access' %}
{% csrf_token %} {% for grp in groups %}
{% endfor %}
{% endblock %}