{% extends "base-apply.html" %} {% load i18n static %} {% block title %}{% trans "Editing" %}: {{object.title }}{% endblock %} {% block content %} {% adminbar %} {% slot back_link %} {% trans "View project page" %} {% endslot %} {% slot header %}{% trans "Editing" %}: {{ object.title }}{% endslot %} {% endadminbar %} {% if approval_form_exists %} {% include "forms/includes/form_errors.html" with form=paf_form %} {% if sow_form_exists %} {% include "forms/includes/form_errors.html" with form=sow_form %} {% endif %}
{% else %} {% endif %} {% endblock %} {% block extra_js %} {% if not show_all_group_fields %} {% endif %} {% endblock %}