{% extends "base.html" %} {% block title %}{{ _('User Alias Settings') }} — {{ service_name }}{% endblock %} {% block content %}
{% if config['ENABLE_DEFAULT_USER_ALIASES'] %} {{ _('When an object is shared by %(service_name)s with other databases, %(service_name)s is configured to share the information from your user profile by default. You can define a user alias for each database and control what information should be shared instead.', service_name=service_name) }} {% else %} {{ _('When an object is shared by %(service_name)s with other databases, by default no information about you except for your user ID will be shared. You can define a user alias for each database and control what information may be shared.', service_name=service_name) }} {% endif %}
{% if aliases %}{{ _('Database') }} | ||
---|---|---|
{{ component_names[alias['component_id']] }}
{% if edit_alias_form %}
{% endif %}
{% if delete_alias_form %}
|
{{ _('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 %} |