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

{{notice_message|safe}}

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

Summary

{%- for item in ["datasets", "authors", "collections", "files", "bytes"]: %}
{{summary_data[item]}}
{{item}}
{%- endfor %}
{%- endif %} {%- if show_institutions %}

Institutions

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

Subjects All

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

Latest datasets All

{%- endif %} {% endblock %}