{% for item in items %}
  • {% if item.image %} {{ item.alt|default:'' }} {% else %} {{ item }} {% endif %}
  • {% endfor %}