%! import mpulsweb.lib.helper.filters as F %> <%def name="showAppointmentActions(appointment)"> %def>
${_('Date')} | ${_('Description')} | ${_('Actions')} |
---|---|---|
${h.format_date(appointment.getStartDate())} | ${appointment.title | F.NA} | ${self.showAppointmentActions(appointment)} |
${description | F.NA} | ||
${_('No event found')} |