%inherit file="/appointments/remindlist_body.mako" />
<%def name="showAppointmentActions(appointment)">
% if appointment.type in [1]:
% else:
% endif
%def>
<%def name="showKeepActiveActions(appointment)">
% if not appointment.type in [1]:
% endif
%def>