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 "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 %} | 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 '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 %} | + {% trans 'No' %}{% endif %}
- {% 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" %}
|