{% set ICONS_URL = "https://cdn.theorchard.io/web-icons/"%}
{% set AWAL_BRAND = 'awal' %}
{% set ORCHARD_BRAND = 'orchard' %}
{% if default_brand == AWAL_BRAND %}
{% set BRAND = 'AWAL' %}
{% else %}
{% set BRAND = 'Orchard' %}
{% endif %}
Notification
{% block styles %}{% endblock %}
{# Preview text that is picked up and displayed by some email clients #}
{{ preview_text }}
{# Whitespaces so that the content of the email is not picked up for the preview text #}
{% if default_brand == AWAL_BRAND %}

{% else %}

{% endif %}
|
|
|
{% block header_title %}{% endblock %}
|
|
|
{% block content %}{% endblock %}
|
|
{% block issues %}{% endblock %}