## -*- coding: utf-8 -*- <%! import mpulsweb.lib.helper.filters as F %> <%! from datetime import datetime %> % for appointment in c.remindlist.getDatasets(): % endfor % if len(c.remindlist.getDatasets()) <= 0: % endif
${_('Date')} ${_('Description')} ${_('Actions')}
${h.dd_mm_YYYY(datetime.now())} ${appointment.title | F.NA} % if appointment.case_id is not None: ${self.showAppointmentActions(appointment)} % endif % if h.hasRole(['cm']) and not h.tag_appointment: ${self.showKeepActiveActions(appointment)} % endif
${appointment.description} % if not h.tag_appointment: ${h.dd_mm_YYYY(appointment.getStartDate()) | F.NA} bis ${h.dd_mm_YYYY(appointment.getEndDate()) | F.NA} % endif
Keine Wiedervorlagen gefunden
<%def name="showAppointmentActions(appointment)"> ## Default function <%def name="showKeepActiveActions(appointment)"> ## Default function