{% if component.as_pdf %}{% else %} {% if component.items %}
{% if component.title %}
{{ component.title }}
{% endif %}
    {% for item in component.items %}
  1. {% if item.1 %}{{ item.1|format }}
    {% endif %}{{ item.0 }}
    {{ loop.index }}
  2. {% endfor %}


{% endif %} {% endif %}