## -*- coding: utf-8 -*- <%! import mpulsweb.lib.helper.filters as F %> <%! from datetime import datetime %>
${_('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 |