{% comment %} Configurable item to be put in a dated list. Work like list_item, the layout is just a bit different. {% endcomment %} {% load wagtailimages_tags %} {% if not item.show_in_menus and item.date and item_date_format != '' %} {% with date_format=item_date_format|default_if_none:'l d F, H:i' %} {% endwith %} {% endif %} {% if not list_no_cover %} {% if item_big_cover %} {% image item.cover max-640x480 class="cover big" height="" width="" %} {% elif item.cover %} {% image item.cover fill-64x64 class="cover small" %} {% else %}
{% endif %} {% endif %}

{{ item.title }}

{% if item.headline %}
{{ item.headline }}
{% endif %} {% if item.info %} {{ item.info|safe }} {% endif %} {% if item.extra %}
{% endif %}