{% extends "group/_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 group_info -%} {%- with group=group_dict -%} {%- include "group/snippets/info.html" -%} {%- endwith %} {%- endblock group_info %} {%- endif %} {%- with facet_titles=facet_titles, search_facets=search_facets -%} {%- include "package/snippets/_search_facets.html" -%} {%- endwith %} {%- endblock %}