{% extends "user/edit_base.html" %} {% 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 breadcrumb_content %}
  • {{ _('Dashboard') }}
  • {% endblock %} {% block secondary %}{% endblock %} {% block primary %}
    {% block page_header %} {% endblock %}
    {% if self.page_primary_action() | trim %}
    {% block page_primary_action %}{% endblock %}
    {% endif %} {% block primary_content_inner %} {% endblock %}
    {% endblock %}