<%! import mpulsweb.lib.helper.filters as F %> <%def name="showAppointmentActions(appointment)"> ${_('Show')} % for appointment in c.globalappointmentlist.getDatasets(): <% description = F.shorten(appointment.description, 120) %> % endfor % if len(c.globalappointmentlist.getDatasets()) <= 0: % endif
${_('Date')} ${_('Description')} ${_('Actions')}
${h.format_date(appointment.getStartDate())} ${appointment.title | F.NA} ${self.showAppointmentActions(appointment)}
${description | F.NA}
${_('No event found')}