{% load tz %} {% load i18n %}

{% translate "This is a reminder for an upcoming " %} {{type}}

{% if type == 'Call' %} {% elif type == 'Meeting' %} {% elif type == 'Encounter' %} {% elif type == 'Task' %} {% elif type == 'Email' %} {% elif type == 'Event' %} {% elif type == 'Business Travel' %} {% elif type == 'Holiday' %} {% elif type == 'Lunch' %} {% else %} {% endif %} {% if description %} {% endif %} {% if participants.all.count > 0 %} {% endif %}
{{ title }} {{ start|date:'d.m.Y' }} {{ start|date:'H:i' }} - {{ end|date:'H:i' }}
{% translate "Description" %}:{{description|safe}}
{% translate "Participants" %}:
    {% for participant in participants.all %}
  • {{ participant }}
  • {% endfor %}