{% comment %} Renders the "Loading more results..." message. {% endcomment %} {% load i18n %} loading_more: function(data, escape) { return `
{% translate "Loading more results..." %}
`; },