{% extends "layout.html" %} {% set title = _('Search') %} {% block body %}

{{ _('Search') }}

× {% trans %}

Warning!

Please activate JavaScript to enable the search functionality.{% endtrans %}
{% if search_performed %}

{{ _('Search Results') }}

{% if not search_results %}

{{ _('Your search did not match any results.') }}

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %}