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

{{title}}

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

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

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