{% load settings roles static bool_fa securitytags %}
{% user_has_role request 'editor' as user_is_editor %}
{% user_has_role request 'section-editor' as user_is_section_editor %}
{% user_has_role request 'production' as user_is_production %}
{% can_see_pii_tag article as can_see_pii %}
{% if user_is_editor or user_is_production or user_is_section_editor %}
Edit Metadata
{% endif %}
{{ article.safe_title }}
{% if article.frozenauthor_set.all %}
{% include "elements/author_summary_table.html" %}
{% endif %}
{% if user_is_editor or not journal_settings.general.hide_editors_from_authors %}
Editors
{% if user_is_editor and journal_settings.general.hide_editors_from_authors %}
The setting to hide editor details from authors is turned on. Editors can view this section, but authors cannot.
{% endif %}
{% endif %}
Projected Issue
Issues and Collections
{% setting_var request.journal 'use_crossref' as use_crossref %}
{% if files %}
Files
{% endif %}