{% extends "base-manager.htm" %} {% load staticfiles %} {% load i18n %} {% block title %} {{ block.super }} {% trans "Graph Designer" %} {% endblock title %} {% block graph_title %}

{% endblock graph_title %} {% block main_content %}

{% include 'views/graph/graph-designer/graph-tree.htm' %}
card
{% include 'views/graph/graph-designer/graph-settings.htm' %}
{% include 'views/graph/graph-designer/node-form.htm' %}
{{branch_list.title}}
{% trans "Add a branch to your model from the library" %}
{% include 'views/graph/graph-manager/branch-list.htm' %}
card content
{% endblock main_content %} {% block tabs %}{% endblock tabs %} {% block pre_require_js %} {{block.super}} {% endblock pre_require_js %}