<%inherit file="/appointments/remindlist_body.mako" /> <%def name="showAppointmentActions(appointment)"> % if appointment.type in [1]: ${_('Show')} % else: ${_('Show')} % endif <%def name="showKeepActiveActions(appointment)"> % if not appointment.type in [1]: ${_('Keep longer activated')} % endif