{% extends 'editor/base.html' %} {% load i18n %} {% load static %} {% load ifsetting %} {% get_current_language as LANGUAGE_CODE %} {% block editor_scripts %} {% endblock %} {% block editor_style %} {% endblock %} {% block content %} {% comment %} 'Modals' work better when they are included at the top of html {% endcomment %} {% ifsetting OIPA_SYNC_ENABLED %} {% endifsetting %} {% include "editor/delete-activity-modal.html" %}

{% blocktrans %}Edit {{activity_singular}}{% endblocktrans %}


{% ifsetting ENDORSEMENT_ENABLED %} {% else %} {% endifsetting %}

{% if dird_finances is not None %} {{ dird_finances|json_script:'dird_finances' }} {% endif %} {% if dird_compliance is not None %} {{ dird_compliance|json_script:'dird_compliance' }} {% endif %} {# editor-wide tags #} {# tabs #} {% block editor_tabs %} {% ifsetting ENDORSEMENT_ENABLED %} {% endifsetting %} {% ifsetting EDITOR_HAS_DOCUMENTS_TAB %} {% endifsetting %} {% ifsetting EDITOR_HAS_MSDP %} {{ msdp.tags|json_script:"msdp_tags" }} {{ msdp.goals|json_script:"msdp_goals" }} {% endifsetting %} {% ifsetting EDITOR_HAS_FINANCIALS %} {% endifsetting %} {% endblock editor_tabs %} {# form fields #} {% endblock %}