{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.OAUTHCLIENT_SETTINGS_TEMPLATE %} {% set panel_title = _("Linked accounts") %} {% set panel_icon = "linkify icon" %} {% set num_linked_services = services|selectattr("account")|list|length %} {% set can_disconnect = (num_linked_services > 1 or not only_external_login) %} {% block settings_body %}
{{ s.description }}
{% if not s.account %}{{ _('The current account is a local account and does not come from this provider.') }}
{% endif %}