{% extends '_main.html' %} {%- from 'settings_general.html' import settings_general with context %} {%- from 'settings_subtitles.html' import settings_subtitles with context %} {%- from 'settings_notifications.html' import settings_notifications with context %} {%- from 'settings_radarr.html' import settings_radarr with context %} {%- from 'settings_sonarr.html' import settings_sonarr with context %} {%- from 'providers.html' import settings_providers1 with context %} {% block title %}Settings - Bazarr{% endblock %} {% block body %}

Some page settings

Some fields are in error and you can't save settings until you have corrected them. Be sure to check in every tabs.

{% include 'settings_general.html' %}
{% include 'settings_sonarr.html' %}
{% include 'settings_radarr.html' %}
{% include 'settings_subtitles.html' %}
{% include 'settings_notifications.html' %}
{% endblock body %} {% block tail %} {{ settings_general() }} {{ settings_subtitles() }} {{ settings_notifications() }} {{ settings_radarr() }} {{ settings_sonarr() }} {{ settings_providers1() }} {% endblock tail %}