{{ 'Event search'|trans }}

{% 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 } ) }}

{% for event in events %} {% endfor %}
{{ 'Name'|trans }} {{ 'Date'|trans }} {{ 'Event type'|trans }}  
{{ event.name }} {{ event.date|format_date('long', 'short') }} {{ event.type.name|localize_translatable_string }}
{% endif %} {% if preview == false %} {{ chill_pagination(paginator) }} {% endif %}