{% load static %} {% load automarkup %} {% load journals_extras %} {% load scipost_extras %} {% if session_acad_field %}
{% for journal in session_acad_field.journals %} {% if journal.active or perms.scipost.can_view_pool %}
{{ journal.name }} {% if journal.has_DOAJ_Seal %} DOAJ Seal {% endif %}
{{ journal.blurb|automarkup }}
{% if journal.series_set.all|length > 0 %} {% endif %}
{% endif %} {% empty %}

There are no Journals yet in this branch of academia. Help us to get started: nominate potential Fellows by emailing us with your suggestions!

{% endfor %} {% else %}

Full list of our Journals

{% for branch in branches %} {% for acad_field in branch.academic_fields.all %} {% if acad_field.journals.active.all|length > 0 %} {% endif %} {% endfor %} {% endfor %}
{{ acad_field.name }}
{% endif %}