{% extends "left_sidebar_layout.html" %} {% import "macros/fields.html" as fields %} {% import "macros/ordering.html" as ordering_macros %} {% block title %}Admin settings: {{ title }}{% endblock %} {% block subnav_header %} Admin settings {% endblock %} {% block subnav_items %}
Global Settings
User Details
Products
{% endblock %} {% block left_sidebar %} {% include "admin_settings/components/user_details_menu.html" %} {% endblock %} {% block content %}

{{ title }}

{% if parents %} {% include('admin_settings/components/parents_select.html') %} {% endif %}
{{ pagination.total }} OPTIONS
{% if parent_id %} {% endif %}
{{ form.csrf_token }} {% if parent_id %} {% endif %}
{{ form.csrf_token }}
{% block table %}{% endblock %}
{% include "components/pagination.html" %}
{% include "admin_settings/components/affected_modal.html" %} {% include "components/children_modal.html" %} {% endblock %} {% block js %} {{ super() }} {% endblock %}