{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "title" %}{% trans "Login" %}{% endblock %} {% block "trace" %} » {% trans "Login" %} {% endblock %} {% block "content" %}

{% trans "Login" %}

{% trans %} In order to login you must be registered. Registering takes only a few seconds but gives you increased capabilities. The board administrator may also grant additional permissions to registered users. {% endtrans %} {% if CFG.messages.termsofuse %}
{% trans %} Before you login, please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board. {% endtrans %} {% endif %}
{% trans "See also" %}: {% trans "Register" %}, {% trans "I lost my password" %}
{% trans "Username" %}
{{ form.username.html }} {{ form.username.errors }}
{% trans "Password" %}
{{ form.password.html }} {{ form.password.errors }}
{% endblock %}