{%- block banner_community_header -%} {% if not is_preview_submission_request %} {% if community %} {% set is_community_restricted = community.access.visibility == 'restricted' %} {% if community.theme and community.theme.enabled %} {% include "invenio_communities/details/header.html" %} {% else %}
{{ community.metadata.title }} {% if community.parent %}

{% endif %} {% if community.parent %} {% endif %}
{% if is_community_restricted %} {{ _("Restricted") }} {% endif %}
{% endif %} {% endif %} {% endif %} {%- endblock banner_community_header -%} {%- block banner_preview_header -%} {% if is_preview %}
{{ _("Preview") }}

{% if not is_draft %} {{ _("You are previewing a published record.") }} {% elif record_ui["is_published"] %} {{ _("You are previewing changes that have not yet been published.") }} {% elif not record_ui["is_published"] and record_ui["versions"]["index"] == 1 %} {{ _("You are previewing a new record that has not yet been published.") }} {% elif not record_ui["is_published"] and record_ui["versions"]["index"] > 1 %} {{ _("You are previewing a new record version that has not yet been published.") }} {% endif %}

{% endif %} {%- endblock banner_preview_header -%} {%- block banner_version_header -%} {% if record_ui["is_published"] and record_ui["links"]["latest_html"] and not record_ui["versions"]["is_latest"] %}

{% trans link_start=('')|safe, link_end=''|safe %} There is a {{ link_start }}newer version{{ link_end }} of the record available. {% endtrans %}

{% endif %} {%- endblock banner_version_header -%}