{% extends "framework.html" %} {% load static %} {% block content %} {% 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 }}
{% if pathway.setting %}
{% if pathway.setting.model %} {% endif %} {% if pathway.setting.rule_packages.all %} {% endif %}
Parameter Value
Model
  • {{ pathway.setting.model.name }}
  • Model Parameter Parameter Value
    Threshold {{ pathway.setting.model_threshold }}
    Rule Packages
    {% for p in pathway.setting.rule_packages.all %}
  • {{ p.name }}
  • {% endfor %}

    Max Nodes

    {{ pathway.setting.max_nodes }}

    Max Depth

    {{ pathway.setting.max_depth }}

    {% endif %}
    {% endblock content %}