{### next line is to get that variable in the scope for include_nav.css ###}
{%- set jquery_ui_includes = jquery_ui_includes -%}
{% block title %}
{% include 'templating:admin/include_title.html' %}
{% endblock%}
{% include 'templating:admin/include_css.html' %}
{% include 'templating:admin/include_js.html' %}
{% include 'templating:admin/include_page_header.html' %}
{% include 'templating:admin/include_nav.html' %}
{% include 'templating:admin/include_user_messages.html' %}
{% block primary_content %}{% endblock %}
{% block body %}{% endblock %}
{% if body_type in ('sidebar-right', 'sidebar-left') %}