diff --git a/src/themes/OLH/templates/elements/section_block.html b/src/themes/OLH/templates/elements/section_block.html index 3c8ed481d..1ec146e51 100644 --- a/src/themes/OLH/templates/elements/section_block.html +++ b/src/themes/OLH/templates/elements/section_block.html @@ -2,49 +2,45 @@

{% trans 'Sections' %}

- - - - + + + + {% for section in sections %} - + diff --git a/src/themes/clean/templates/elements/sections_block.html b/src/themes/clean/templates/elements/sections_block.html index fd76f9dd9..740249aa4 100644 --- a/src/themes/clean/templates/elements/sections_block.html +++ b/src/themes/clean/templates/elements/sections_block.html @@ -4,22 +4,22 @@

{% trans 'Sections' %}

- - - - + + + + {% for section in sections %} - + + {% trans 'No' %}{% endif %} {% empty %} {% endfor %} diff --git a/src/themes/material/templates/elements/sections_display.html b/src/themes/material/templates/elements/sections_display.html index 987ff1593..ce3e21e69 100644 --- a/src/themes/material/templates/elements/sections_display.html +++ b/src/themes/material/templates/elements/sections_display.html @@ -1,25 +1,15 @@
-

{% trans "Section or article type" %}

-
-

{% trans "Public Submissions" %}

-
-

{% trans "Peer Reviewed" %}

-
-

{% trans "Indexed" %}

-
{% trans "Section or article type" %}{% trans "Public Submissions" %}{% trans "Peer Reviewed" %}{% trans "Indexed" %}
-

{{ section.name }}

-
{{ section.name }} {% if section.public_submissions %} - + + {% trans 'has public submissions' %} {% else %} - + + {% trans 'does not have public submissions' %} {% endif %} {% if section.number_of_reviewers > 0 %} - + + {% trans 'is peer reviewed' %} {% else %} - + + {% trans 'is not peer reviewed' %} {% endif %} {% if section.indexing %} - + + {% trans 'is indexed' %} {% else %} - + + {% trans 'is not indexed' %} {% endif %}
{% trans 'Sections submission information' %}
{% trans 'Section or article type' %}{% trans 'Public Submissions' %}{% trans 'Peer Reviewed' %}{% trans 'Indexed' %}{% trans 'Section or article type' %}{% trans 'Public Submissions' %}{% trans 'Peer Reviewed' %}{% trans 'Indexed' %}
{{ section.name }}{{ section.name }} {% if section.public_submissions %} {% trans 'Yes' %}{% else %} {% trans 'No' %}{% endif %} {% if section.number_of_reviewers > 0 %} {% trans 'Yes' %}{% else %} {% trans 'No' %}{% endif %} {% if section.indexing %} {% trans 'Yes' %}{% else %} - {% trans 'No' %}}{% endif %}
- - - - + + + + {% for section in sections %} - +
-

{% trans "Section or article type" %}

-
-

{% trans "Public Submissions" %}

-
-

{% trans "Peer Reviewed" %}

-
-

{% trans "Indexed" %}

-
{% trans "Section or article type" %}{% trans "Public Submissions" %}{% trans "Peer Reviewed" %}{% trans "Indexed" %}
-

{{ section.name }}

-
{{ section.name }} {% if section.public_submissions %} diff --git a/src/themes/material/templates/journal/article.html b/src/themes/material/templates/journal/article.html index 3283b7f9d..1fa4cf47c 100644 --- a/src/themes/material/templates/journal/article.html +++ b/src/themes/material/templates/journal/article.html @@ -309,49 +309,49 @@

{% trans "Publication details" %}

{% if article.page_range %} - + {% endif %} {% if article.article_number %} - + {% endif %} {% if article.publisher_name %} - + {% endif %} {% if article.publication_title %} - + {% endif %} {% if article.ISSN_override %} - + {% endif %} {% if journal_settings.article.display_date_submitted and article.date_submitted %} - + {% endif %} {% if journal_settings.article.display_date_accepted and article.date_accepted %} - + {% endif %} {% if article.date_published or proofing %} - +