{% block head_meta %} {% endblock head_meta %} {% block head_css %} {% endblock head_css %} {% block head %} {% endblock head %} {% block head_tail %} {% endblock head_tail %} {% block page_body %}
{# What is this ? #}
{% if update_required == '1' and restart_required == '1' %}
Bazarr Needs To Be Restarted To Apply The Last Update & Changes To General Settings. Click Here To Restart.
{% elif updaterequired == '1' %}
Bazarr Needs To Be Restarted To Apply Changes To The Last Update. Click Here To Restart.
{% elif restart_required == '1' %}
Bazarr Needs To Be Restarted To Apply Changes To General Settings. Click Here To Restart.
{% endif %} {% if PY2 %}
Python deprecation warning
Bazarr is now compatible with Python 3.6 and newer. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019.
{% if os.name == 'posix' %}
If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image.
{% endif %} {% if os.name == 'nt' %}
If you have installed using the Windows Installer, we'll provide a new installer soon.
{% endif %}
If you are running from source, it's up to you to install Python 3 and use it to run Bazarr.
{% endif %}
{% block body %} {% endblock body %}
Bazarr Ver. {{ bazarr_version }}
{% endblock page_body %} {% block tail_js %} {% endblock tail_js %} {% block tail %} {% endblock tail %}