{% extends "templates/base.html" %} {% block scripts %} {{super()}} {% endblock %} {% block title %}{{ i18n('interface.main.home_title') }}{% endblock %} {% block container %}

{{ admin_gui_title }}

{{ admin_gui_subtitle }} {% if have_config_generator %}

{% endif %} {% if solr_index_update_enabled %}

{% endif %}

{% if have_config_generator %}
{% endif %} {% if solr_index_update_enabled %}
{% endif %}
{% endblock %}