{% import 'locale-'+language+'_t' as t -%}

{{ t.search_page }}

{% if search_performed %}

{{ t.search_results_title }}

{% if not search_results %}

{{ t.search_results_no_results }} :(

{% endif %} {% endif %}
{% if search_results -%} {%- endif %}