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

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

{% trans "Quit Designer" %}
{% include 'views/graph/graph-designer/graph-tree.htm' %}
{% include 'views/graph/graph-designer/card-tree.htm' %}
{% include 'views/graph/graph-designer/card-tree-permissions.htm' %}
{% include 'views/graph/graph-designer/graph-settings.htm' %}
{% include 'views/graph/graph-designer/node-form.htm' %}
{% trans "Card Designer" %}
{% include 'views/graph/graph-designer/card-configuration.htm' %}
{% include 'views/graph/graph-designer/widget-configuration.htm' %}
{% trans "Report Configuration" %}
{% trans "Template" %}
{% include 'views/graph/graph-designer/permission-settings-form.htm' %}
{% endblock main_content %} {% block pre_require_js %} {{block.super}} {% endblock pre_require_js %}