{% block headers %}{% endblock %}
{%- if sandbox_message %}

{{sandbox_message | safe}}

{%- endif %} {%- if impersonating_account %} {%- if is_reviewing %}

Reviewing dataset for {{impersonating_account.first_name}} {{impersonating_account.last_name}}. Click here to stop reviewing.

{% else: %}

Impersonating as {{impersonating_account.first_name}} {{impersonating_account.last_name}}. Click here to stop impersonating.

{%- endif %} {%- endif %} {%- if private_view and not is_reviewing %}

You are viewing a pre-publication item. It hasn't been reviewed or published.

{%- endif %} {%- if not maintenance_mode %} {% if self.submenu() %}{% endif %} {%- endif %}
{% block body %}{% endblock %}