{% trans_default_domain 'ibexa_search' %} {% if spellcheck is not null and spellcheck.incorrect %}
{%- set suggestion_link -%} {{- spellcheck.query|spaceless -}} {%- endset -%} {{ 'search.spellcheck.suggestion'|trans|desc('Did you mean %s?')|e('html')|format(suggestion_link)|raw }}
{% endif %}