{% include 'spectator_reading/includes/publications.html' with publication_list=in_progress_publication_list show_readings='current' only %}
{% endif %}
{% if recent_event_list|length > 0 %}
Recent events
{% include 'spectator_events/includes/events.html' with event_list=recent_event_list only %}
{% endif %}
{% endblock content %}