Account Assignment
{% if is_document_detail %}
{% for header_acc in header_acc_detail %}
Account Assignment Category :
Primary
Value :
Distribution Percentage:
General Ledger Account:
{% if acct_assignment_category == '1' %}
{% endif %}
{% endfor %}
{% else %}
Account Assignment Category :
{% if acc_default %}{{ acc_default }}{% endif %}
Value :{% if acc_default %}{{ acc_value.0 }}{% endif %} Primary
GL Account Number:
{% endif %}