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

{{title}}

{% 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 %}
{% if goodreads %}
{{_('Obtain an API Key')}}
{% endif %}

{{_('Default Settings for new users')}}

{{_('Default visiblities for new users')}}

{% if not origin %} {{_('Back')}} {% endif %} {% if success %} {{_('Login')}} {% endif %}
{% endblock %} {% block js %} {% endblock %}