mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Tiny template update
This commit is contained in:
parent
13265e6a0d
commit
0d8bebcd80
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if cashsummary_list %}
|
{% if cashsummary_list %}
|
||||||
|
<h3>{% trans %}Cash register summary list{% endtrans %}</h3>
|
||||||
|
<h5>{% trans %}Theoric sums{% endtrans %}</h5>
|
||||||
<form action="" method="get">
|
<form action="" method="get">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form }}
|
{{ form }}
|
||||||
<p><input type="submit" value="{% trans %}Show{% endtrans %}" /></p>
|
<p><input type="submit" value="{% trans %}Show{% endtrans %}" /></p>
|
||||||
</form>
|
</form>
|
||||||
<h3>{% trans %}Cash register summary list{% endtrans %}</h3>
|
|
||||||
<h5>{% trans %}Theoric sums{% endtrans %}</h5>
|
|
||||||
<h6>{% trans %}Refillings{% endtrans %}</h6>
|
<h6>{% trans %}Refillings{% endtrans %}</h6>
|
||||||
<p>
|
<p>
|
||||||
{% for b,s in refilling_sums.items() %}
|
{% for b,s in refilling_sums.items() %}
|
||||||
|
Loading…
Reference in New Issue
Block a user