{% if file_stats|length > 0 %} {% for partner_stat in file_stats %}

{{ partner_stat['partner'] }}

{# ALERT STATS #} {% if partner_stat['alert_stats']|length != 0 %} {% for file_stat in partner_stat['alert_stats'] %} {% for alert_stat in file_stat['alerts'] %} {% endfor %} {% endfor %} {% endif %}
File Waybill Set By User Finding Partner Finding Error Cleared By Status
{% if loop.first == true %} {{ file_stat['file_name'] }} {% endif %} {% if alert_stat['alert_master'].rttWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].rttWaybill) %} {% elseif alert_stat['alert_master'].courieritWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].courieritWaybill) %} {% elseif alert_stat['alert_master'].ewcWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].ewcWaybill) %} {% elseif alert_stat['alert_master'].kingsWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].kingsWaybill) %} {% elseif alert_stat['alert_master'].cargoworksWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].cargoworksWaybill) %} {% elseif alert_stat['alert_master'].churchillsWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].churchillsWaybill) %} {% elseif alert_stat['alert_master'].expresswaysWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].expresswaysWaybill) %} {% elseif alert_stat['alert_master'].utiWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].utiWaybill) %} {% elseif alert_stat['alert_master'].skynetWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].skynetWaybill) %} {% elseif alert_stat['alert_master'].gavicWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].gavicWaybill) %} {% elseif alert_stat['alert_master'].fpDuToitWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].fpDuToitWaybill) %} {% elseif alert_stat['alert_master'].celticFreightWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].celticFreightWaybill) %} {% elseif alert_stat['alert_master'].bbTransportWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].bbTransportWaybill) %} {% elseif alert_stat['alert_master'].transWorldWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].transWorldWaybill) %} {% elseif alert_stat['alert_master'].camposWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].camposWaybill) %} {% elseif alert_stat['alert_master'].aramexWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].aramexWaybill) %} {% elseif alert_stat['alert_master'].abafaziWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].abafaziWaybill) %} {% elseif alert_stat['alert_master'].fedexWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].fedexWaybill) %} {% elseif alert_stat['alert_master'].emitWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].emitWaybill) %} {% elseif alert_stat['alert_master'].rowelWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].rowelWaybill) %} {% elseif alert_stat['alert_master'].inMotionWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].inMotionWaybill) %} {% elseif alert_stat['alert_master'].adhocWaybillWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].adhocWaybillWaybill) %} {% elseif alert_stat['alert_master'].rbAndSonWaybill is not null %} {% set waybill_num = d2_partner_waybill_number(alert_stat['alert_master'].rbAndSonWaybill) %} {% else %} {% set waybill_num = '' %} {% endif %} {{ waybill_num }} {% if alert_stat['alert_master'].getUser is null %} system {% else %} {{ alert_stat['alert_master'].getUser.getUsername }} {% endif %} {{ alert_stat['alert_master'].getUserFinding }} {{ alert_stat['alert_master'].getPartnerFinding }} {% if alert_stat['alert_master'].errors|length > 0 %} {% for error in alert_stat['alert_master'].errors %} {% if loop.first == false %}
{% endif %} {% if error.getCleared == true %} {{ alert_type_opts[error.getAlertType] }} {% else %} {{ alert_type_opts[error.getAlertType] }} {% endif %} {% endfor %} {% endif %}
{% if alert_stat['alert_master'].getClearedByUser is null %} {% else %} {{ alert_stat['alert_master'].getClearedByUser.getUsername }} {% endif %} {{ alert_status_opts[alert_stat['alert_master'].getAlertStatus] }}
{% endfor %} {% else %}

No data found to display

{% endif %}