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

{{title}}

{% if feature_support['gdrive'] %}
{% if not gdriveError and config.config_use_google_drive %} {% if show_authenticate_google_drive and config.config_use_google_drive %} {% else %} {% 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 %}
{{_('Save')}}
{{_('Cancel')}}
{% endblock %} {% block modal %} {{ filechooser_modal() }} {{ change_confirm_modal() }} {% endblock %}