{% load kmuhelper_tags %} {% if isonline %} E-Mail Viewer | KMUHelper {% endif %} {% block extrahead %} {% endblock %}
{% block header %} {% if not noheader %} {% endif %} {% endblock %} {% block content %}

{% block subtitle %}{{ subtitle }}{% endblock %}

{% block firstcontent %} {{ firstcontent|urlize|linebreaks }} {% endblock %} {% block maincontent %} {{ text|urlize|linebreaks }} {% endblock %} {% block lastcontent %} {{ lastcontent|urlize|linebreaks }} {% endblock %}
{% endblock %}
{% if isonline %} {% block attachments %} {% if attachments %}

Anhänge

Achtung: Es kann unter Umständen vorkommen, dass nicht mehr alle Anhänge verfügbar sind.

{% endif %} {% endblock %} {% else %} {% block view_online_info %} {% if not disable_viewonline %} {% if view_online_url %}

E-Mail wird nicht richtig dargestellt? - Sie können die E-Mail unter folgendem Link auch in Ihrem Webbrowser ansehen: {{ view_online_url }}

{% endif %} {% endif %} {% endblock %} {% endif %}