{% extends "views/graph/graph-base.htm" %} {% load staticfiles %} {% load i18n %} {% block body_attributes %}style="overflow:hidden;"{% endblock %} {% block graph_header_title %} {% trans "Card Designer" %} {% endblock graph_header_title %} {% block graph_header_tools %} {% endblock graph_header_tools %} {% block graph_header_buttons %} {% if graph.isresource %} {% trans "Back to Cards" %} {% else %} {{ block.super }} {% endif %} {% endblock graph_header_buttons %} {% block content %}
{% include 'views/graph/card-configuration/card-components-tree.htm' %}
{% include 'views/graph/card-configuration/card-component-forms.htm' %}
{% include 'views/graph/card-configuration/card-form-preview.htm' %}
{% endblock content %} {% block pre_require_js %} {{ block.super }} {% endblock pre_require_js %}