{% extends 'base.html.twig' %} {% block title %}{{ 'help.search.title'|trans }} ยท {{ 'help.meta.indexTitle'|trans }}{% endblock %} {% block robots %}noindex, follow{% endblock %} {% block navigation %}{% endblock %} {% block styles %} {% include 'help/_styles.html.twig' %} {% endblock %} {% block body %}
{% include 'general/navigation.html.twig' %}

{{ 'help.search.title'|trans }}

{% if q == '' %}

{{ 'help.search.emptyQuery'|trans }}

{% else %}

{{ 'help.search.resultCount'|trans({'%count%': total, '%q%': q}) }}

{% if pages > 1 %} {% endif %} {% endif %}
{% include 'help/_assistant.html.twig' %} {% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('help') }} {% endblock %}