{% for item in instance.items.all %}
  • {% if item.image %} {% if item.content %}
    {{ item.content|safe }}
    {% endif %} {% else %}
    {{ item.content|safe }}
    {% endif %}
  • {% endfor %}