{% extends "allianceauth/base.html" %} {% load static %} {% load i18n %} {% block page_title %}{% trans "Available Groups" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% trans "Name" %} | {% trans "Description" %} | {% trans "Action" %} |
---|---|---|
{{ g.smart_group.group.name }}{% if g.grace_msg %} Pending Removal{% endif %} |
{{ g.smart_group.group.authgroup.description|urlize }} {{ g.smart_group.description|urlize }} |
{% if g.smart_group.group in user.groups.all %} {% if not g.request %} {% trans "Leave" %} {% else %} {% endif %} {% elif not g.request %} {% translate "Request" %} {% else %} {% endif %} |