{% set container = entity %} {% set entity_view = "browse" %} {% set entity_type = "container" %} {% import "entity_macros.html" as entity_macros %} {% extends "entity_base.html" %} {% block entity_main %} {% if entity._browse_volume_year %}

Browse by Year and Volume

{% elif entity._browse_issues %} {% for issue in entity._browse_issues.keys()|sort|reverse %}

{{ issue }}

{% for paper in entity._browse_issues[issue] %} {{ paper.title }}
{% endfor %} {% endfor %} {% endif %} {% endblock %}