<%inherit file="/appointments/overview_body.mako" /> <%def name="showAppointmentActions(appointment)"> %if appointment.case_id: ## Ususal appointment % if appointment.type == 0: ${_('Show')} ## Reminder % else: ${_('Show')} % endif % else: ${_('Show')} % endif