{% extends "views/resource/resource-base.htm" %} {% load staticfiles %} {% load i18n %} {% block graph_header_title %} {% trans "System Settings" %} {% endblock graph_header_title %} {% block content %}
{% include 'views/resource/editor/form-list.htm' %}
{% include 'views/resource/editor/form.htm' %}
{% endblock content %} {% block pre_require_js %} {{block.super}} {% endblock pre_require_js %}