|
|
|
@@ -0,0 +1,56 @@
|
|
|
|
|
{% load i18n %}Hallo Redaktionsteam,
|
|
|
|
|
|
|
|
|
|
{{ trainer_firstname }} {{ trainer_familyname }} hat eine neue Veranstaltung angelegt:
|
|
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
{{ event.render_as_text }}-----
|
|
|
|
|
|
|
|
|
|
Die Veranstaltung wurde zur Veröffentlichung frei gegeben.
|
|
|
|
|
|
|
|
|
|
----- HTML Joomla -----
|
|
|
|
|
{{ sport|upper }}**/{{ first_day|date:'y' }} - {{ title }}
|
|
|
|
|
|
|
|
|
|
<h6>{{ short_date }}{% if alt_short_date %}<br />
|
|
|
|
|
({% trans 'Ersatztermin' %}: {{ alt_short_date }})
|
|
|
|
|
{% endif %}</h6>
|
|
|
|
|
<p>{{ description|linebreaksbr }}</p>
|
|
|
|
|
{% if mode == 'training' %}
|
|
|
|
|
<p>{% trans 'Kursinhalte' %}:</p>
|
|
|
|
|
{% if course_topic_2 %}<ul>
|
|
|
|
|
<li>{{ course_topic_1 }}</li>
|
|
|
|
|
<li>{{ course_topic_2 }}</li>
|
|
|
|
|
{% if course_topic_3 %} <li>{{ course_topic_3 }}</li>
|
|
|
|
|
{% endif %}{% if course_topic_4 %} <li>{{ course_topic_4 }}</li>
|
|
|
|
|
{% endif %}{% if course_topic_5 %} <li>{{ course_topic_5 }}</li>
|
|
|
|
|
{% endif %}{% if course_topic_6 %} <li>{{ course_topic_6 }}</li>
|
|
|
|
|
{% endif %}</ul>
|
|
|
|
|
{% else %}<p>{{ course_topic_1|linebreaksbr }}</p>{% endif %}
|
|
|
|
|
<p>{% trans 'Kursziele' %}:</p>
|
|
|
|
|
{% if course_goal_2 %}<ul>
|
|
|
|
|
<li>{{ course_goal_1 }}</li>
|
|
|
|
|
<li>{{ course_goal_2 }}</li>
|
|
|
|
|
{% if course_goal_3 %} <li>{{ course_goal_3 }}</li>
|
|
|
|
|
{% endif %}{% if course_goal_4 %} <li>{{ course_goal_4 }}</li>
|
|
|
|
|
{% endif %}{% if course_goal_5 %} <li>{{ course_goal_5 }}</li>
|
|
|
|
|
{% endif %}{% if course_goal_6 %} <li>{{ course_goal_6 }}</li>
|
|
|
|
|
{% endif %}</ul>
|
|
|
|
|
{% else %}<p>{{ course_goal_1|linebreaksbr }}</p>{% endif %}
|
|
|
|
|
{% endif %}<hr id="system-readmore" />
|
|
|
|
|
|
|
|
|
|
{% if requirements %}<strong>{% trans 'Anforderungen' %}:</strong> {{ requirements }}<br />
|
|
|
|
|
{% endif %}{% if equipment %}<strong>{% trans 'Ausrüstung' %}:</strong> {{ equipment }}<br />
|
|
|
|
|
{% endif %}{% if location %}<strong>{% trans 'Ort' %}:</strong> {{ location }}<br />
|
|
|
|
|
{% endif %}{% if basecamp %}<strong>{% trans 'Stützpunkt' %}:</strong> {{ basecamp }}<br />
|
|
|
|
|
{% endif %}{% if accommodation and accommodation != 'NONE' %}<strong>{% trans 'Unterkunft' %}:</strong> {% if accommodation == 'OTHER' %}{{ accommodation_other }}{% else %}{{ event.get_accommodation_display }}{% endif %}<br />
|
|
|
|
|
{% endif %}{% if meals and meals != 'NONE' %}<strong>{% trans 'Verpflegung' %}:</strong> {% if meals == 'OTHER' %}{{ meals_other }}{% else %}{{ event.get_meals_display }}{% endif %}<br />
|
|
|
|
|
{% endif %}{% if transport and transport != 'NONE' %}<strong>{% trans 'Anfahrt' %}:</strong> {% if transport == 'OTHER' %}{{ transport_other }}{% else %}{{ event.get_transport_display }}{% endif %}<br />
|
|
|
|
|
{% endif %}{% if meeting_point and meeting_point != 'NONE' %}<strong>{% trans 'Treffpunkt' %}:</strong> {% if meeting_time %}{{ meeting_time|time:'G:i'|cut:':00' }} Uhr, {% endif %}{% if meeting_point == 'OTHER' %}{{ meeting_point_other }}{% else %}{{ event.get_meeting_point_display }}{% endif %}<br />
|
|
|
|
|
{% endif %}{% if pre_meeting_1 %}{% if pre_meeting_2 %}<strong>{% trans 'Vortreffen' %} 1:</strong> {{ pre_meeting_1|date:'l, d. F Y, G:i'|cut:':00' }} {% trans 'Uhr' %}, DAV {% trans 'Sektionszentrum' %}<br />
|
|
|
|
|
<strong>{% trans 'Vortreffen' %} 2:</strong> {{ pre_meeting_2|date:'l, d. F Y, G:i'|cut:':00' }} {% trans 'Uhr' %}, DAV {% trans 'Sektionszentrum' %}<br />
|
|
|
|
|
{% else %}<strong>{% trans 'Vortreffen' %}:</strong> {{ pre_meeting_1|date:'l, d. F Y, G:i'|cut:':00' }} {% trans 'Uhr' %}, DAV {% trans 'Sektionszentrum' %}<br />{% endif %}
|
|
|
|
|
{% endif %}{% if min_participants > 0 or max_participants > 0 %}<strong>{% trans 'Teilnehmerzahl' %}:</strong> {% if min_participants > 0 and max_participants > 0 %}{{ min_participants }} - {{ max_participants }} {% trans 'Teilnehmer' %}{% elif min_participants > 0 %}min. {{ min_participants }} {% trans 'Teilnehmer' %}{% else %}max. {{ max_participants }} {% trans 'Teilnehmer' %}{% endif %}<br />
|
|
|
|
|
{% endif %}{% if charge > 0 or additional_costs %}<strong>{% trans 'Kosten' %}:</strong> {% if charge > 0 %}{{ charge|floatformat:'-2' }} € {% trans 'Teilnahmegebühr' %}{% endif %}{% if additional_costs %}{% if charge > 0 %}{% trans 'zzgl.' %}{% endif %}{{ additional_costs }}{% endif %}<br />
|
|
|
|
|
{% endif %}{% if deadline %}<strong>{% trans 'Anmeldeschluss' %}:</strong> {{ deadline|date:'l, d. F Y' }}<br />
|
|
|
|
|
{% endif %}{% if trainer_2_fullname %}{% if mode == 'training' %}<strong>{% trans 'Ausbildungsteam' %}:</strong>{% else %}<strong>{% trans 'Team' %}:</strong>{% endif %} XXX <br />
|
|
|
|
|
{% endif %}{% if trainer_familyname %}<strong>{% trans 'Leitung' %}:</strong> {{ trainer_firstname }} {{ trainer_familyname }}{% if trainer_email %} (<a href="mailto:{{ trainer_email }}">{{ trainer_email }}</a>){% endif %}{% if trainer_phone %} {{ trainer_phone }}{% endif %}
|
|
|
|
|
{% endif %}-----
|