{% load confirmation_text %}

Advocate Signoff

You are seeing this section because you're a designated EM followup advocate. {% if advocate_signoff_exists %} This event has already been signed off on. Use the form below if you wish to edit or delete the record. {% else %} This event still requires EM Followup advocate signoff. {% endif %}

{{ advocate_signoff_form.as_table }}
{# inputs are disabled here, enabled by jquery code on page load. Otherwise users who click quickly can activate the form before the jquery is fully loaded #} {% if advocate_signoff_exists %} {% with advocate_signoff_type|add:advocate_signoff_instrument as typeinst %} {% with signoff_confirm_text="update_advocate_signoff,"|add:superevent.superevent_id|confirmation_text %} {% endwith %} {% with signoff_confirm_text="delete_advocate_signoff,"|add:superevent.superevent_id|confirmation_text %} {% endwith %} {% endwith %} {% else %} {% with signoff_confirm_text="create_advocate_signoff,"|add:superevent.superevent_id|confirmation_text %} {% endwith %} {% endif %}