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

Edges {{ edges|length }}

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

Ports {{ nodes|length }}

{% block node_loop %} {% endblock %}
+
{% endblock %}