{% extends 'base.html' %} {% block title %} PosReport {{ posreport.date }} {{ posreport.pos.name }} | Pos | BackOffice | {{ block.super }} {% endblock %} {% block content %}

PosReport {{ posreport.date }} {{ posreport.pos.name }} | Pos | BackOffice

{% if "camps.orgateam_permission" in perms %} Update {% endif %} {% if request.user == posreport.bank_responsible %} Bank Count Start Bank Count End {% endif %} {% if request.user == posreport.pos_responsible %} Pos Count Start Pos Count End {% endif %}

PosReport UUID {{ posreport.uuid }}
PosReport Date {{ posreport.date }}
Pos Name {{ posreport.pos.name }}
Team {{ posreport.pos.team }}

Bank Responsible {{ posreport.bank_responsible }}

Pos Responsible {{ posreport.pos_responsible }}

Counts
What Bank Start Bank End Pos Start Pos End
DKK {{ posreport.bank_count_dkk_start }} {{ posreport.bank_count_dkk_end }} {{ posreport.pos_count_dkk_start }} {{ posreport.pos_count_dkk_end }}
5 HAX {{ posreport.bank_count_hax5_start }} {{ posreport.bank_count_hax5_end }} {{ posreport.pos_count_hax5_start }} {{ posreport.pos_count_hax5_end }}
10 HAX {{ posreport.bank_count_hax10_start }} {{ posreport.bank_count_hax10_end }} {{ posreport.pos_count_hax10_start }} {{ posreport.pos_count_hax10_end }}
20 HAX {{ posreport.bank_count_hax20_start }} {{ posreport.bank_count_hax20_end }} {{ posreport.pos_count_hax20_start }} {{ posreport.pos_count_hax20_end }}
50 HAX {{ posreport.bank_count_hax50_start }} {{ posreport.bank_count_hax50_end }} {{ posreport.pos_count_hax50_start }} {{ posreport.pos_count_hax50_end }}
100 HAX {{ posreport.bank_count_hax100_start }} {{ posreport.bank_count_hax100_end }} {{ posreport.pos_count_hax100_start }} {{ posreport.pos_count_hax100_end }}
{% endblock %}