{% comment %} Used by the annual_event_counts_card template tag. Expects: * current_year: A date object representing the current year, if any. * years: A QuerySet of dicts. * kind: An Event kind (like 'cinema', 'gig', etc.) or 'all'. * card_title: Text for the card's title. {% endcomment %} {% if years|length > 0 %} {% load spectator_core %} {% current_url_name as url_name %}

{{ card_title }}

{% endif %}