{% ckan_extends %} {% block content_primary_nav %} {{ super() }} {{ h.build_nav_icon('attribution_user.datasets', _('Contributions'),username=user.name, icon='quote-left') }} {% endblock %} {% block user_info_extras %} {% set agent = h.agent_from_user(user.id) %} {% if agent %} {% if agent.external_id %} {% set external_scheme = h.controlled_list('agent_external_id_schemes')[agent.external_id_scheme] %}
{{ external_scheme['label'] }}
{{ agent.external_id }}
{% endif %} {% if agent.affiliations %}
Affiliations
{% for aff in agent.affiliations if aff['agent'].agent_type == 'org' %} {{ aff['agent'].display_name }}{% if not loop.last%};{% endif %} {% endfor %}
{% endif %} {% endif %} {% endblock %}