{% extends "base.html" %} {% block title %}{{ locale.search_events }} - {{ locale.app_name }}{% endblock %} {% block content %}

{% if count == 1 %} {{ locale.search_results_singular|replace({ '%q%':q, '%count%':count }) }} {% else %} {{ locale.search_results_plural|replace({ '%q%':q, '%count%':count }) }} {% endif %}

{% for event in events %}
{% endfor %}
{{ locale.create }} {{ locale.event_title }} {{ locale.event_date }} {{ locale.event }} {{ locale.actions }} {{ locale.date }}
{{ event.name }} {{ event.event_title }} {{ event.event_date }} {{ event.event }}
{% if event.filename is not null or event.filename is not empty %} {% endif %}
{{ event.time_created|date('d-m-Y \\a\\t H:i') }}
{{ pagination|raw }}
{% endblock %} {% block js %} {% endblock %}