{% trans 'Sections' %}

{% for section in sections %} {% endfor %}
{% trans "Section or article type" %} {% trans "Public Submissions" %} {% trans "Peer Reviewed" %} {% trans "Indexed" %}
{{ 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 %}