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

Welcome to the {{ currency }} Bank!

Banca {{ currency }} vi da il benvenuto!

{% endblock headermsg %} {% block content %}
{% if js == 'use_js' %} You are using the JavaScript version, try out the JavaScript-less version! {% else %} You are using the JavaScript-less version, try out the JavaScript version! {% endif %}

If you are a new customer, please register. Registration is fast and gratis, and it gives you a registration bonus of 100 {{ currency }}!

Se sei un nuovo cliente, puoi registrarti. La registrazione è semplice e veloce, e ti regala un bonus di 100 {{ currency }}!

To view account histories for public accounts, please click here.

Per vedere l'attività dei conti pubblici, clicca qui.

{% endblock content %}