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

{{title}}

{% if feature_support['gdrive'] %}
{% if gdriveError %}
{% else %} {% if show_authenticate_google_drive and g.user.is_authenticated and config.config_use_google_drive %} {% else %} {% if show_authenticate_google_drive and g.user.is_authenticated and not config.config_use_google_drive %}
{{_('Please hit save to continue with setup')}}
{% endif %} {% if not g.user.is_authenticated and show_login_button %}
{{_('Please finish Google Drive setup after login')}}
{% endif %} {% if g.user.is_authenticated %} {% if not show_authenticate_google_drive %}
{% if config.config_google_drive_watch_changes_response %} {% else %} Enable watch of metadata.db {% endif %} {% endif %} {% endif %} {% endif %} {% endif %}
{% endif %}
{% if show_back_button %}
{% if feature_support['kobo'] %}
{% endif %} {% if feature_support['goodreads'] %}
{{_('Create an API Key')}}
{% endif %}
{% if not config.config_is_initial %} {% if feature_support['ldap'] or feature_support['oauth'] %}
{% if feature_support['ldap'] %}

{{_('Following Settings are Needed For User Import')}}

{% endif %} {% if feature_support['oauth'] %}
{% for prov in provider %}
{% endfor %}
{% endif %} {% endif %} {% endif %}
{% if feature_support['rar'] %}
{% endif %}
{% endif %}
{% if not show_login_button %} {% endif %} {% if show_back_button %} {{_('Cancel')}} {% endif %} {% if show_login_button %} {{_('Login')}} {% endif %}
{% endblock %} {% block js %} {% endblock %}