{% comment %} Used by the in_progress_publications_card template tag. Expects: * publication_list - A QuerySet of Publications. * card_title - The title for the card. {% endcomment %} {% if publication_list|length > 0 %}

{{ card_title }}

{% include 'reading/includes/publications.html' with publication_list=publication_list show_readings='none' style='unstyled' only %}
{% endif %}