{% if return_form == "details" %}
Done
{% else %}
SelectCancel
{% if location == "IN" %}
New
{% if status == "verified" %}
Show Approved
{% elif status == "approved" %}
Show Verified
{% endif %}
{% elif location == "TX" %}
New
{% if status == "verified" %}
Show Approved
{% elif status == "approved" %}
Show Verified
{% endif %}
{% endif %}
{% endif %}
{{ report_title }}
Job
Customer
Product
Job/Ver
Status
Confirmed
Locked
{% comment %}
{% for frmlog in frmlog_list %}
{{ frmlog.job }}
{{ frmlog.customer }}
{{ frmlog.product }}
{{ frmlog.frm_ver }}
{{ frmlog.job.status }}
{{ frmlog.confirmed_by }}
{{ frmlog.locked_by }}
{% endfor %}
{% endcomment %}
Choose a Formulation Record in the list to see details.