{% extends 'django_ledger/base.html' %} {% load i18n %} {% load static %} {% block content %}
TxsAccountView: Account {{ view.kwargs.account_pk }} {% for acc in object_list %}

{{ acc }}

{% endfor %} {#
#} {# {% if messages %}#} {#
#} {# {% for msg in messages %}#} {#
#} {# #} {# {{ msg }}#} {#
#} {# {% endfor %}#} {#
#} {# {% endif %}#} {#
#} {#
#} {##} {#
#} {# {% csrf_token %}#} {##} {#
#} {#
#} {# {{ txs_formset.non_form_errors }}#} {# {{ txs_formset.management_form }}#} {#
#} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# {% if txs_formset.can_delete %}#} {# #} {# {% endif %}#} {# #} {##} {# {% for f in txs_formset %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% endfor %}#} {##} {#
AccountTX TypeAmountDescriptionDelete
#} {# {{ f.id }}#} {# {{ f.journal_entry }}#} {# {{ f.account }}#} {# {{ f.tx_type }}{{ f.amount }}{{ f.description }}#} {# {% if txs_formset.can_delete %}#} {# {{ f.DELETE }}#} {# {% endif %}#} {#
#} {#
#} {#
#} {# #} {# Done#} {#
#} {#
#} {##} {#
#} {##} {#
#} {#
#} {##} {#
#}
{% endblock %}