{% if platform.logo %}
{% else %}
{{ platform.name }}
{% endif %}
{% if title %}
{{ title }}
{% endif %} {{ message|safe|linebreaks }} {% if action_url %}
{{ action_text|default:"Click here" }}
{% endif %}