{% ckan_extends %} {# Remove access to see all users #} {% block breadcrumb_content %} {{ h.build_nav('user.read', user.display_name|truncate(35), id=user.name) }} {% endblock %} {# Remove access to edit user profile #} {% block content_action %} {% endblock %} {# Remove user API tokens and Activity Stream #} {% block content_primary_nav %} {{ h.build_nav_icon('user.read', _('Datasets'), id=user.name, icon='sitemap') }} {% endblock %} {# Remove biography #} {% block user_about %} {% endblock %} {% block user_info %}
{% if is_myself %}
{{ _('Email') }} {{ _('Private') }}
{{ user.email }}
{% endif %}
{% endblock %}