{% if auditorfilelilst is defined and auditorfilelilst|length > 0 %}
{% endif %}
| Carrier |
Export Type |
Country |
Effective Date Range |
Triggered Date |
Triggered By |
Comments |
Status |
Download |
{% if auditorfilelilst is defined and auditorfilelilst|length > 0 %}
{% for files in auditorfilelilst %}
| {{files.carrier_name}} |
{{files.carrier_type_name}} |
{{files.country}} |
{% if files.start_date != '' %}{{files.start_date|date("m/d/Y")}}{% endif %}{% if files.start_date != '' and files.end_date != '' %} - {% endif %}{% if files.end_date != '' %}{{files.end_date|date("m/d/Y")}}{% endif %} |
{% if files.intitated_at != '' %}{{files.intitated_at|date("m/d/Y H:i:s")}}{% endif %} |
{{attribute(userlist,files.initiated_by)}} |
{{files.comments}} |
{{attribute(statusArr,files.status)}} |
{% if files.status in [3,5] %}download{% endif %}
|
{% endfor %}
{% else %}
| No Records Found |
{% endif %}