{% load static %} {% load qr_code %}
{% block title %}reValuate{% endblock %}
{% block optionalParams %}{% endblock %} {% block aboveNav %}{% endblock %}
{% if user.is_authenticated %}
Качи
{{ request.user.balance.balanceValue }} reCoins
{% endif %}
Класация
За нас
{% if isProcessor %}
Админ
{% endif %} {% if isCashier %}
Каса
{% endif %}
{% if user.is_authenticated %}
Излез!
{% else %}
Влез!
{% endif %}
Меню
×
Класация
За нас
{% if user.is_authenticated %}
Излез!
{% else %}
Влез!
{% endif %}
___
{% if user.is_authenticated %}
Качи
Прогрес
{% endif %}
{% block content %} {% endblock %}