{% if component.as_pdf %}{% else %}
{{ component.title }}
{% if component.items %} {% for item in component.items %}

{{ item.label }}

{% endfor %} {% else %}
{{ _("No records found") }}.
{% endif %}
{% endif %}