{% if self.items %}
{% for item in self.items %} {% if item.count %} {{ item.count }} {% endif %} {{ item.description }} {% endfor %}
{% endif %}