{% extends "core/base.jinja" %} {% macro barman_logout_link(user) %}
{% csrf_token %}
{% endmacro %} {% block content %}

Counter

{{ counter }}

Club: {{ counter.club }}

Products: {{ counter.products.all() }}

Sellings

{% if last_basket %}

Last selling:

Client: {{ last_customer }}, new amount: {{ new_customer_amount }} €.

Total: {{ last_total }} €

{% endif %} {% if barmen %}

Enter client code:

{% csrf_token %} {{ form.as_p() }}
{% else %}

Please, login

{% endif %}

Barman:

{% csrf_token %} {{ login_form.as_p() }}
{% endblock %}