{% extends "sidebar_base.html" %} {% block graph_type %} {{ type }} {% endblock %} {% block graph_form %}
{% csrf_token %}

Show Shortest Path

{% include "icons.html" with icon="right_arrow" %}
{% if 'Path Drawn: ' not in path_error %}
{% endif %}

Edges {{ edges|length }}

{% block edge_loop %} {% endblock %}
+
{% include "icons.html" with icon="right_arrow" %}

Nodes {{ nodes|length }}

{% block node_loop %} {% endblock %}
+
{% if 'Node Added: ' not in node_error and 'Node Deleted: ' not in node_error %}
{{ node_error }}
{% endif %}
{% endblock %}