{{ component.title }}
{% if component.items %}
{% for title, date, detail, url in component.items %}
{{ title }}
{% if date %}
{{ date|format }}
{% endif %}
{{ detail|format }}
{% endfor %}
{% else %}
{{ _("No records found") }}.
{% endif %}