{% extends 'pfm/base.html' %} {% block content %}
New transaction Massive update

Журнал операций

{% for transaction in trs %} {% endfor %}
Дата Сумма Счет Категория Комментарий
{{ transaction.tr_date|date:"d/m/y"}} {{ transaction.tr_amount}} {{ transaction.tr_acc}} {{ transaction.tr_cat}} {{ transaction.tr_note }}
{% endblock content %}