{% comment %} Renders the message when no search results are found. {% endcomment %} {% load i18n %} no_results: function(data, escape){ return `
{% translate "No results found for" %} "${escape(data.input)}"
`; },