{% 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 Receipt Type Customer/Vendor Import Bundle 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 %} {% icon 'lets-icons:check-fill' 16 %} {% trans 'Transaction Activity' %}: {{ txf.instance.get_prospect_je_activity_display }} {% elif not txf.instance.is_children %} {% icon 'ooui:block' 16 %} Invalid or Pending Account Mapping. {% endif %} {{ txf.account_model }} {% if txf.errors %} {% for i,err in txf.errors.items %} {{ err }} {% endfor %} {% endif %} {{ txf.unit_model }} {{ txf.receipt_type }} {% if txf.SHOW_CUSTOMER_FIELD %} {{ txf.customer_model }} {% elif txf.SHOW_VENDOR_FIELD %} {{ txf.vendor_model }} {% endif %} {{ txf.tx_import }} {{ txf.bundle_split }} {{ txf.tx_split }} {{ txf.DELETE }}