{% block page_heading %}{% endblock %}
{% if self.page_primary_action() | trim %}
{% block page_primary_action %}{% endblock %}
{% endif %}
{% extends "user/edit_base.html" %} {% import 'macros/nav_link.html' as nav %} {% set user = current_user %} {% set org_type = h.default_group_type('organization') %} {% set group_type = h.default_group_type('group') %} {% set dataset_type = h.default_package_type() %} {% block content_action %} {% link_for _('Profile settings'), named_route='user.edit', id=user.name, class_='btn btn-secondary', icon='cog' %} {% endblock %} {% block breadcrumb_content %}