{% if monthly_branch_target_summary.over_target_flag %}
Over Target
{% else %}
Pending
{% endif %}
{% if monthly_branch_target_summary.over_target_flag %}
{% else %}
{% endif%}
{% if monthly_branch_target_summary.over_target_flag %}
{{monthly_branch_target_summary.over_target|floatformat:0|intcomma}} {{currency}}
{% else %}
{{monthly_branch_target_summary.pending_amount|floatformat:0|intcomma}} {{currency}}
{% endif %}
{% if monthly_branch_target_summary.over_target_flag %}
Achivement beyond Target
{% else %}
Pending Target
{% endif %}