{% extends "views/graph/graph-base.htm" %} {% load staticfiles %} {% load i18n %} {% block graph_header_title %} {% trans "Configure Menu" %} {% endblock graph_header_title %} {% block graph_header_tools %}
{% endblock graph_header_tools %} {% block graph_header_buttons %} {% trans "Back to Menus" %} {% endblock graph_header_buttons %} {% block content %} {% endblock content %} {% block pre_require_js %} {{ block.super }} {% endblock pre_require_js %}