{% extends 'base.html' %} {% block header %}

{% block title %}{{ _('Settings') }}{% endblock %}

{% endblock %} {% set readonly_attr = 'disabled' if readonly else '' %} {% block content %}
{{ _('If you have any questions, the documentation contains all the information you need.') }}
{% if readonly == True %}
{{ _('The configuration is read-only. Check the permissions.') }}
{% endif %}

{{ _('Seedbox') }}

{{ _('Connection') }}

{{ _('Information about your seedbox connection.') }}

{{ _('Path') }}

{{ _('Information about your seedbox paths.') }}

{{ _('Local (NAS)') }}

{{ _('Information about local environment (NAS?).') }}

{{ _('Healthchecks') }}

{{ _('Settings Healthchecks service.') }}

{% if not readonly %}
{% endif %}
{% if saved %} {% endif %} {% endblock %}