{% extends "base.html" %} {% block title %}{{ t('other.title') }}{% endblock %} {% block page_id %}other{% endblock %} {% block init_title %}{{ t('initialization.other.title') }}{% endblock %} {% block init_message %}{{ t('initialization.other.message') }}{% endblock %} {% block init_check_url %}/api/other/list?page=1&page_size=1{% endblock %} {% block page_css %} {% endblock %} {% block additional_components %} {% endblock %} {% block content %} {% if other_disabled %}

{{ t('other.disabled.title') }}

{{ t('other.disabled.description') }}

{{ t('other.disabled.hint') }}

{% else %}
{% include 'components/controls.html' %} {% include 'components/breadcrumb.html' %}
{% include 'components/duplicates_banner.html' %} {% include 'components/folder_sidebar.html' %}
{% endif %} {% endblock %} {% block overlay %}
{% endblock %} {% block main_script %} {% if other_disabled %} {% else %} {% endif %} {% endblock %}