{% load i18n %} {% load bpw %} {% if research_request_form_status == 'SENT' %} {% trans "The research request was saved." as confirm_text %} {% include "dialogs/generic_confirm.html" %} {% endif %} {% if research_request_form_status == 'FAILED' %} {% trans "There was an error and the research request could not be safed. Sorry! :-/" as confirm_text %} {% include "dialogs/generic_confirm.html" %} {% endif %}