{% extends "base.html" %} {% block body %} {% if player %}
{{locale.title}}
{% for offer in data.shop %} {% endfor %}
{{player.credits}}
{% for value in data.currencys %}
{{value.amount}}
{% endfor %}
{% else %}
{% endif %} {% endblock %}