{% extends "organization/_base.html" %}
{%- block page_layout -%}sidebar-start{%- endblock %}
{%- block primary_content_inner %}
{%- with dataset_type=dataset_type, fields_grouped=fields_grouped, search_facets=search_facets, facet_titles=facet_titles, translated_fields=translated_fields, remove_field=remove_field, q=q, sort_by_selected=sort_by_selected, page=page, query_error=query_error, fields=fields -%}
{% include "package/snippets/_search_results.html" %}
{%- endwith %}
{%- endblock %}
{%- block secondary_content -%}
{%- if group_dict -%}
{%- block organization_info -%}
{%- with organization=group_dict -%}
{%- include "organization/snippets/info.html" -%}
{%- endwith %}
{%- endblock organization_info %}
{%- endif %}
{%- with facet_titles=facet_titles, search_facets=search_facets -%}
{%- include "package/snippets/_search_facets.html" -%}
{%- endwith %}
{%- endblock %}