{% 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" %} {% prepare 'errorbox' accepting errors %} {% if errors %} {% endif %} {% endprepare %}

{% 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 system.conf.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" %}
{% call 'errorbox' form.username.errors %}
{% trans "Password" %}
{% call 'errorbox' form.password.errors %}
{% endblock %}