{% include 'spectator_reading/includes/publications.html' with publication_list=in_progress_publication_list show_readings='current' show_thumbnails=True only %}
{% endif %}
{% if publication_list|length > 0 %}
Unread
{% include 'spectator_reading/includes/publications.html' with publication_list=publication_list show_thumbnails=True only %}
{% endif %}
{% endblock content %}
{% block sidebar_content %}
{% most_read_creators_card num=10 %}
{{ block.super }}
{% endblock sidebar_content %}