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

{{title}}

{% 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 %}
{{_('Cancel')}}
{% endblock %} {% block modal %} {{ filechooser_modal() }} {% endblock %}