{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "title" %}{% trans "Register" %}{% endblock %} {% block "content" %} {% prepare 'errorbox' accepting errors %} {% if errors %} {% endif %} {% endprepare %}

{% trans "Register" %}

{% trans %} Here you can register as a new user. Please fill out all fields. {% endtrans %}
{% trans "Username" %}
{% call 'errorbox' form.username.errors %}
{% trans "E-Mail" %}
{% call 'errorbox' form.email.errors %}
{% trans "Password" %}
{% call 'errorbox' form.password.errors %}
{% trans "Password again" %}
{% call 'errorbox' form.password2.errors %}
{% endblock %}