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

Register to the {{ currency }} bank!

Registrati in banca {{ currency }}!

{% endblock headermsg %} {% block content %}
{% if wrong %}

Some fields were either not filled or filled incorrectly.

{% endif %} {% if not_available %}

Sorry, this username is no longer available. Please choose another one!

{% endif %}

Registration form

Form di registrazione

{% csrf_token %}
{% endblock content %}