{% comment %} Configurable item to be put in a list. Support standard Publication or ListItem instance. Options: * item: item to render. Fields: title, summary, cover, url, date, info, css_class * list_date_format: format passed to the date filter instead of default one {% endcomment %} {% load wagtailimages_tags %} {% image item.cover fill-64x64 class="cover item_cover" %}

{{ item.title }}

{% if item.summary %}
{{ item.summary }}
{% endif %} {% if not item.show_in_menus and item.date %} {% with date_format=list_date_format|default:'l d F, H:i' %} {% endwith %} {% endif %} {% if item.info %} {{ item.info|safe }} {% endif %}