{% load i18n %} {% if self.items %}
{% if self.description %}
{{ self.description }}
{% endif %}
    {% for item in self.items %}
  1. {{ item.0 }} {{ forloop.counter }}
  2. {% endfor %}


{% endif %}