{% load i18n %} {% load django_ledger %}
{{ staged_txs_formset.non_form_errors }} {% if staged_txs_formset.errors %} {{ staged_txs_formset.errors }} {% endif %} {{ staged_txs_formset.management_form }} {% csrf_token %}
{% for txf in staged_txs_formset %} {% for hidden_field in txf.hidden_fields %}{{ hidden_field }}{% endfor %} {% if txf.instance.is_children %} {% else %} {% endif %} {% endfor %}
Dated Posted Description Amount Split Amount Map To Unit Import Bundle Split Add Split Delete
{{ forloop.counter }} {{ txf.amount_split }}{{ txf.instance.date_posted }} {{ txf.instance.name }} {% currency_symbol %}{{ txf.instance.amount | currency_format }} {{ txf.amount_split }} {% if txf.instance.has_children %} {% currency_symbol %}{{ txf.instance.total_amount_split | currency_format }} {% endif %} {% if txf.instance.get_prospect_je_activity_display %} {% trans 'Transaction Activity' %}: {{ txf.instance.get_prospect_je_activity_display }} {% endif %} {{ txf.account_model }} {{ txf.unit_model }}{% if txf.instance.is_children %} {{ txf.instance.unit_model.name }} {% endif %} {{ txf.tx_import }} {{ txf.bundle_split }} {{ txf.tx_split }} {{ txf.DELETE }}