<%! import mpulsweb.lib.helper.filters as F %> % if c.appointment.type == 0: % else: % endif <% description = F.nl_to_br(h.escape(F.NA(c.appointment.description))) %>
${_('Start')} ${h.dd_mm_yyyy_HH_MM(c.appointment.getStartDate())}
${_('End')} ${h.dd_mm_yyyy_HH_MM(c.appointment.getEndDate()) | F.NA}
${_('Duration')} ${c.appointment.getDuration() | F.NA}
${_('Type of event')}${_('regular event')}${_('reminder')}
${_('Title')} ${c.appointment.title | F.NA}
${_('Description')}${description}