{% load i18n %} {% load crispy_forms_tags %} {% if title %} {{ title }} - c-base member-interface {% endif %} c-base member-interface {% block mainnav %} {% if request.user.is_authenticated and navigation %} {#% include "navigation.html" %#} {% endif %} {% endblock mainnav %}
{% block body %}
{% block container %}

c-base member-interface

{% blocktrans %}On this website any member can view and edit their data stored in the LDAP directory of c-base.{% endblocktrans %}
{% blocktrans %}If you are a new member and don't have a password yet, please contact one of the following people:{% endblocktrans %}
    {% for admin in admins %}
  • {{ admin}}
  • {% endfor %}

Login

{% csrf_token %} {{ login_form|crispy }}

{% if not check_nickname == "" %} {% if check_nickname %}
{% blocktrans %}This crewname is already taken.{% endblocktrans %}
{% else %}
{% blocktrans %}This crewname is still available.{% endblocktrans %}
{% endif %} {% endif %}
{% endblock container %}
Copyright © 2013 by c-base e.V.
{% endblock body %}