stats update

This commit is contained in:
Administrator
2023-10-03 20:43:56 +03:00
parent 14918f18a7
commit 4bf77ff3af
2 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,12 @@
</div>
{% endif %}
<table class="table">
<thead>
<th>Время</th>
{% for time in times %}
<th>{{ time.date.day }}-{{ time.date.month }}<br>{{ time.hour }}:{% if time.minute < 10 %}0{% endif %}{{ time.minute }}</th>
{% endfor %}
</thead>
<tbody>
{% for row in data %}
<tr>