{% load i18n %} {% load static %} {% load common_tags %} {% load navigation_tags %} {% load smart_settings_tags %} {% block stylesheets %}{% endblock %} {% if appearance_type == 'plain' %} {% block content_plain %}{% endblock %} {% else %}
{% common_check_sqlite as check_sqlite %} {% if common_check_sqlite %}

{% trans 'Warning' %} {{ check_sqlite }}

{% endif %} {% block messages %} {% endblock %} {% smart_settings_check_changed as settings_changed %} {% if settings_changed %}

{% trans 'Warning' %} {% trans 'Settings updated, restart your installation for changes to take proper effect.' %}

{% endif %}
{% navigation_resolve_menus names='facet,list facet' sort_results=True as facet_menus_link_results %}
{% if facet_menus_link_results %} {% endif %}
{% endif %} {% block javascript %}{% endblock %}