{% extends ":/itip.html" %} {% block incidenceDetail %} {% if incidence.recurs %} {% i18n "First event:" %} {% else %} {% i18n "When:" %} {% endif %} {{ incidence.dateTime|safe }} {% if incidence.location %} {% i18n "Where:" %} {{ incidence.location|safe }} {% endif %} {% if incidence.recurs %} {% i18n "Recurrence:" %} {{ incidence.recurrence|safe }} {% endif %} {% if incidence.description %} {% i18n "Description:" %} {{ incidence.description|safe }} {% endif %} {% endblock incidenceDetail %} {% block incidenceEnd %} {% if incidence.isMultiDay %} {% i18n "Events on these days:" %} {% else %} {% i18n "Events on this day:" %} {% endif %} {% with incidence.checkCalendarButton as button %} {% icon button.icon %}{{ button.label }} {% endwith %} {% endblock incidenceEnd %}