{% if entity.alert is not null %}
System Finding {{ entity.alert.systemFinding|nl2br }}
User Finding {{ entity.alert.userFinding }}
Partner Finding {{ entity.alert.partnerFinding }}
Alert History {{ entity.alert.history|nl2br }}

Escalation

Save

Credit Request

{% if entity.creditRequest is not null %} {% set c_reason = entity.creditRequest.reason %} {% set c_desc = entity.creditRequest.description %} {% set v_ex_vat = entity.creditRequest.amountExVat %} {% set v_vat = entity.creditRequest.vat %} {% set v_inc_vat = entity.creditRequest.amountIncVat %} {% else %} {% set c_reason = 0 %} {% set c_desc = '' %} {% set v_ex_vat = '0.00' %} {% set v_vat = '0.00' %} {% set v_inc_vat = '0.00' %} {% endif %}
Ex Vat
Vat
Inc Vat
{% if entity.creditRequest is null %} Notify Partner {% endif %}
{% else %}

NO ALERT FOUND

{% endif %}