<%inherit file="/base/base.html"/> <%namespace file="/utils/sidebars.html" name="sidebars" /> <%namespace file="/utils/forms.html" name="forms" /> <%def name="javascripts()" filter="trim">
% if success == True:

Success!

You have successfully added ${investigator.fullname|h} as ${role.title()|h} Investigator for ${task.task_name|h}

View Task

% else:

Assign an Investigator to the Task

${forms.formSelectBox("Role", "role", "role", "form_label", "addeditcase", roles, first=True)} ${forms.formSelectBox("Investigator", "investigator", "investigator", "form_label", "addeditcase", investigators)}

% endif