{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% load i18n %} {% block modal_id %}use-warning-modal{% endblock %} {% block modal_title %}Validation Warning{% endblock %} {% block modal_body %} {% include 'core_curate_app/user/data-entry/modals/validation-warning.html' %}
Some required or recommended fields are present but empty:
Edit the {% trans "form_label" %} or proceed to review page.
{% endblock %} {% block modal_footer %} Cancel Proceed to Review {% endblock %}