{% load i18n static saved_queries load_helpdesk_settings %}
{% with request|load_helpdesk_settings as helpdesk_settings %}
{% with user|saved_queries as user_saved_queries_ %}
{# Theme switcher: Let it be in the head section #}
{# Bootstrap Core CSS #}
{% if helpdesk_settings.HELPDESK_USE_CDN %}
{% else %}
{% endif %}
{# Jquery UI CSS #}
{# Font Awesome #}
{# MetisMenu CSS #}
{# Morris Charts CSS #}
{% if helpdesk_settings.HELPDESK_USE_CDN %}
{% else %}
{% endif %}
{# Custom CSS #}
{# RSS #}
{% if user.id %}
{% endif %}
{% endwith %}
{% endwith %}