{{ 'total events match the search'|trans({'total' : total}) }} : {{ pattern }}
{% if events|length > 0 %}{{ 'Results %start%-%end% of %total%'|trans({ '%start%' : start, '%end%': start + events|length, '%total%' : total } ) }}
{{ 'Name'|trans }} | {{ 'Date'|trans }} | {{ 'Event type'|trans }} | |
---|---|---|---|
{{ event.name }} | {{ event.date|format_date('long') }} | {{ event.type.name|localize_translatable_string }} |
|