{% extends "framework.html" %} {% block content %} {% load static %} {% block action_modals %} {% include "modals/objects/add_pathway_node_modal.html" %} {% include "modals/objects/add_pathway_edge_modal.html" %} {% include "modals/objects/edit_pathway_modal.html" %} {% include "modals/objects/delete_pathway_node_modal.html" %} {% include "modals/objects/delete_pathway_edge_modal.html" %} {% include "modals/objects/delete_pathway_modal.html" %} {% endblock action_modals %}

{{ pathway.name }}
{% if debug %} {% endif %}
{{ pathway.description | safe }}
{% endblock content %}