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

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

{% endblock headermsg %} {% block content %}
{{ _("Back") }}
{% if wrong %}

{{ hint }}

{% endif %} {% if not_available %}

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

{% endif %}

Registration form

{% endblock content %}