{% extends "layout.html" %} {% block headers %} {% endblock %} {% block body %} {%- if notice_message %}

{{notice_message|safe}}

{%- endif %} {%- if show_portal_summary %}

Summary

{{summary_data["datasets"]}}datasets
{{summary_data["authors"]}}authors
{{summary_data["collections"]}}collections
{{summary_data["files"]}}files
{{summary_data["bytes"]}}bytes
{%- endif %} {%- if show_institutions %}

Institutions

{%- endif %} {%- if show_science_categories %}

Subjects [All]

{%- endif %} {%- if show_latest_datasets %}

Latest datasets [All]

{%- endif %} {% endblock %}