Таблица заказов
Доделал таблицу заказов
This commit is contained in:
15
templates/asuzr/totals_table.html
Normal file
15
templates/asuzr/totals_table.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "django_tables2/table.html" %}
|
||||
{% load django_tables2 %}
|
||||
{% load i18n %}
|
||||
{% block table.tfoot %}
|
||||
<tfoot>
|
||||
{% if table.summary %}
|
||||
<tr>
|
||||
{% for summary in table.summary %}
|
||||
<td> {{ summary }} </td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endif %}
|
||||
</tfoot>
|
||||
{% endblock table.tfoot %}
|
||||
|
||||
Reference in New Issue
Block a user