{% extends 'scipost/base.html' %} {% block pagetitle %}: SciPost Physics{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}
{% include 'journals/scipost_physics_menu.html' %}

Current issue: Vol. {{ latest_issue.in_volume.number }} issue {{ latest_issue.number }} (in progress)

{% if recent_papers %}
    {% for paper in recent_papers %} {{ paper.header_as_li }} {% endfor %}
{% endif %}
{% include 'journals/scipost_physics_footer.html' %}
{% endblock bodysup %}