{% 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 %}
{{ 'help.search.emptyQuery'|trans }}
{{ 'help.search.resultCount'|trans({'%count%': total, '%q%': q}) }}