{% extends "framework.html" %} {% load envipytags %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_reaction_modal.html" %} {% include "modals/objects/generic_set_aliases_modal.html" %} {% include "modals/objects/generic_set_scenario_modal.html" %} {% include "modals/objects/generic_copy_object_modal.html" %} {% include "modals/objects/generic_set_external_reference_modal.html" %} {% include "modals/objects/generic_delete_modal.html" %} {% endblock action_modals %}