{% for item in list_items %}
{% if item.item.badge_color %}
{% endif %} {% if item.picture %}
{% if item.url %}{% endif %} {% if item.url %}{% endif %}
{% endif %}
{% if item.url %} {% else %}
{% endif %} {{ item.title }} {% if not item.url %}
{% else %}
{% endif %} {% if item.subtitle %}
{{ item.subtitle }}
{% endif %}
{% for action in item.actions %} {{ action.title }} {% endfor %}
{% endfor %}