diff --git a/counter/templates/counter/refilling_list.jinja b/counter/templates/counter/refilling_list.jinja index 6f032c67..a50ed3bc 100644 --- a/counter/templates/counter/refilling_list.jinja +++ b/counter/templates/counter/refilling_list.jinja @@ -13,6 +13,7 @@ {% trans %}Amount{% endtrans %} {% trans %}Payment method{% endtrans %} {% trans %}Seller{% endtrans %} + {% trans %}Date{% endtrans %} {% trans %}Actions{% endtrans %} {%- for refilling in object_list %} @@ -21,6 +22,7 @@ {{ refilling.amount }} {{ refilling.payment_method }} {{ refilling.operator }} + {{ refilling.date }} Delete {%- endfor %}