## -*- coding: utf-8 -*- <%! import mpulsweb.lib.helper.filters as F %>
${_('Date')} | ${_('Description')} | ${_('Actions')} |
---|---|---|
${h.dd_mm_YYYY(appointment.getStartDate())} | ${appointment.title | F.NA} | ${self.showAppointmentActions(appointment)} % if h.hasRole(['cm']): ${self.showKeepActiveActions(appointment)} % endif |
${description | F.NA} | ||
${_('No reminder found')} |