{% extends "base.html" %} {% block title %}{{ _('Other Databases') }} — {{ service_name }}{% endblock %} {% block content %} {% if config['FEDERATION_UUID'] is none %} {% endif %}

{{ _('Other Databases') }}

{{ _('%(service_name)s can share information with other SampleDB instances. To determine which personal data is shared with other databases, you can create an alias.', service_name=service_name, alias_url=url_for('.user_alias')) }}

{{ config['FEDERATION_UUID'] }}

{% if current_user.is_admin %}

{% endif %} {% if components %} {% endif %} {% if current_user.is_admin %} {% endif %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}