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

{{title}}

{% if gdriveError %}
{% else %} {% if show_authenticate_google_drive and g.user.is_authenticated and content.config_use_google_drive %} {% else %} {% if show_authenticate_google_drive and g.user.is_authenticated and not content.config_use_google_drive %}
{{_('Please hit submit to continue with setup')}}
{% endif %} {% if not g.user.is_authenticated %}
{{_('Please finish Google Drive setup after login')}}
{% endif %} {% if g.user.is_authenticated %} {% if not show_authenticate_google_drive %}
{% if content.config_google_drive_watch_changes_response %} {% else %} Enable watch of metadata.db {% endif %} {% endif %} {% endif %} {% endif %} {% endif %}
{% if goodreads %}
{{_('Obtain an API Key')}}
{% endif %}
{% if rarfile_support %}
{% endif %}
{% if not origin %} {{_('Back')}} {% endif %} {% if success %} {{_('Login')}} {% endif %}
{% endblock %} {% block js %} {% endblock %}