{% extends "base.html" %} {% block title %}{{ _('Database') }} #{{ component.id }}: {{ component.get_name() }} — {{ service_name }}{% endblock %} {% block stylesheets %} {{ super() }} {% endblock %} {% block content %} {% if config['FEDERATION_UUID'] is none %}
{{ _('Address') }}: {% if component.address is not none %}{{ component.address }}{% else %}—{% endif %}
{{ _('UUID') }}: {{ component.uuid }}
{{ component.description }}
{% if current_user.is_admin and not current_user.is_readonly %} {% if edit_component_form %} {% endif %} {% if sync_component_form %} {% if component.address is not none and own_api_tokens %}{{ _('Tokens used by %(component_name)s to authenticate when requesting data from this database.', component_name=component.get_name()) }}
{{ _('Description') }} | |
---|---|
{{ authentication.login['description'] }} | |
{{ _('Tokens used by this database to authenticate when requesting data from %(component_name)s.', component_name=component.get_name()) }}
{{ _('Description') }} | |
---|---|
{{ authentication.login['description'] }} | |
{{ _('User Alias shared with %(component_name)s', component_name=component.get_name()) }} | |
---|---|
{{ _('Name') }} | {% if alias.name is none %} — {% else %} {{ alias.name }} {% endif %} {% if alias['use_real_name'] %} {{ _('(Taken from profile)') }} {% endif %} |
{{ _('E-Mail') }} | {% if alias.email is none %} — {% else %} {{ alias.email }} {% endif %} {% if alias['use_real_email'] %} {{ _('(Taken from profile)') }} {% endif %} |
ORCID iD |
{% if alias.orcid is none %}
—
{% if alias['use_real_orcid'] %}
{{ _('(Taken from profile)') }}
{% endif %}
{% else %}
![]() |
{{ _('Affiliation') }} | {% if alias.affiliation is none %} — {% else %} {{ alias.affiliation }} {% endif %} {% if alias['use_real_affiliation'] %} {{ _('(Taken from profile)') }} {% endif %} |
{{ _('Role') }} | {% if alias.role is none %} — {% else %} {{ alias.role }} {% endif %} {% if alias['use_real_role'] %} {{ _('(Taken from profile)') }} {% endif %} |
{{ _('User Alias Settings') }} |
{{ _('As you have not configured an user alias yet, no personal information about you is shared with %(component_name)s.', component_name=component.get_name()) }}
{{ _('Create User Alias for %(component_name)s', component_name=component.get_name()) }} {% endif %}{{ _("Federated identities are used to link your user with users from different SampleDB instances. If you are linked with a federated user, the federated user will be represented by your username.") }}
{% if active_identities|length > 0 %}{{ _('You are currently linked with following users from %(component_name)s:', component_name=component.name) }}
{{ _('You are currently not linked with any user from %(component_name)s.', component_name=component.name) }}
{% endif %}