<%inherit file="/appointments/overview_body.mako" /> <%def name="showAppointmentActions(appointment)"> ${_('Show')} % if h.hasRole(['admin']): ${_('Delete')} % endif