{% transchoice total with { '%pattern%' : pattern } %}%total% events match the search %pattern%{% endtranschoice %}
{% 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', 'short') }} | {{ event.type.name|localize_translatable_string }} |
|