{# -*- coding: utf-8 -*- Copyright (C) 2025 Graz University of Technology. invenio-edugain 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.ACCOUNTS_BASE_TEMPLATE %} {% block javascript %} {{ super() }} {{ webpack['invenio-edugain-discovery.js'] }} {% endblock javascript %} {% block css %} {{ super() }} {{ webpack[config.EDUGAIN_DISCOVERY_CSS] }} {% endblock css %} {% block page_body %}
{% if config.EDUGAIN_DISCOVERY_CONTACT_EMAIL is not none %}
{{ _("Why isn't my institution showing?") }}

{{ _("To ensure security of the platform, organizations are only added after our IT team found them to be secure.") }}
{{ _("To get your organization white-listed, send an email to our IT team:") }} {{ config.EDUGAIN_DISCOVERY_ADDITION_REQUEST_EMAIL }}

{% endif %}
{% endblock page_body %}