{% extends "layout.html" %} {% block body %}

{{title}}

{{_('Library Configuration')}}

{% if gdriveError %}
{% else %} {% if show_authenticate_google_drive %} {% else %}
{% if content.config_google_drive_watch_changes_response %} {% else %} Enable watch of metadata.db {% endif %} {% endif %} {% endif %}

{{_('Server Configuration')}}

{{_('Logfile Configuration')}}

{{_('Feature Configuration')}}

{% if goodreads %}
{{_('Obtain an API Key')}}
{% endif %}
{% if not origin %} {{_('Back')}} {% endif %} {% if success %} {{_('Login')}} {% endif %}
{% endblock %} {% block js %} {% endblock %}