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

{{ latest_issue }} (in progress)

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