{% 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_latest_datasets and latest %}

Latest datasets All

{%- endif %} {{- portal_html | default('', true) | safe }} {% endblock %}