{% load wagtailcore_tags %}
{% for card in cards %}
{% if card.sessions or card.cost %}

{% if card.sessions %}{{ card.sessions }}{% endif %} {% if card.sessions and card.cost %} | {% endif %} {% if card.cost %}{{ card.cost }}{% endif %}

{% endif %}

{{ card.title }}

{{ card.intro|richtext }}
View details
{% endfor %}