{% extends "base.html" %} {% block main %}

{{ _("Register to the {currency} bank!").format(currency=settings_value('TALER_CURRENCY')) }}

{{ _("Back") }}
{% if wrong %}

{{ hint }}

{% endif %} {% if not_available %}

{{ _("Sorry, this username is no longer available. Please choose another one!") }}

{% endif %}

{{ _("Registration form") }}

{% endblock main %}