{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static from staticfiles %} {% for list_item in value.list_items %} {{ list_item.title }} {{ list_item.text }} {% if list_item.link_text %} {{ list_item.link_text}} {% endif %} {% endfor %}
{{ list_item.text }}