Account Assignment
{% if is_document_detail %}
{% for header_acc in header_acc_detail %}
Account Assignment Category :{{header_acc.acc_desc}} Primary
Value : {{header_acc.acc_value_desc}}
Distribution Percentage: {{header_acc.dist_perc}}
General Ledger Account: {% if header_level_gl_acc %} {{ header_level_gl_acc }} {%else%} Multiple {% endif %}
{% 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: {% if acc_default %} {{ header_level_gl_acc }} {% endif %}
{% endif %}