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