## -*- 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)} |
${description | F.NA} | ||
${_('No event found')} |