{% extends "public/base.html" %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Something something here{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

Available Services

{% if perms.auth.alliance_member %}
Service Username Password Action
Forums {{ authinfo.forum_username }} {{ authinfo.forum_password }} {% ifequal authinfo.forum_username "" %} {% else %} {% endifequal %}
Jabber {{ authinfo.jabber_username }}{% if authinfo.jabber_username != "" %}{{ JABBER_URL }}{% endif %} {{ authinfo.jabber_password }} {% ifequal authinfo.jabber_username "" %} {% else %} {% endifequal %}
Mumble {{ authinfo.mumble_username }} {{ authinfo.mumble_password }} {% ifequal authinfo.mumble_username "" %} {% else %} {% endifequal %}
{% else %} {% endif %}
{% endblock content %}