{% if component.as_pdf %}{% else %} {% if component.items %}
{% for item in component.items %} {% if item.count %} {{ item.count }} {% endif %} {{ item.description }} {% endfor %}
{% endif %} {% endif %}