{% extends "public/base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}{% trans "Available" %}{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

{% trans "Available Groups" %}

{% if perms.auth.member %} {% for pair in pairs %} {% endfor %}
{% trans "GroupID" %} {% trans "GroupName" %} {% trans "GroupDesc" %} {% trans "Action" %}
{{ pair.0.id }} {{ pair.0.name }} {{ pair.1.description }} {% if pair.0 in user.groups.all %} {% if pair.2 == "" %} {% else %} {% endif %} {% elif pair.2 == "" %} {% else %} {% endif %}
{% else %} {% if IS_CORP %} {% else %} {% endif %} {% endif %}
{% endblock content %}