{% extends "base.html" %} {% block title %} {{ _('Search Results') }} {% endblock %} {% block head %} {{ super() }} {% if not ui.vue_calendar_ui %} {% else %} {% endif %} {% endblock %} {% block body %} {% if not ui.vue_calendar_ui %}

{{ _('Search Results') }}

{% endif %} {% if ui.vue_calendar_ui %}
{% endif %} {% endblock %}