{{ _plural('{n} Result', '{n} Results', n=response.meta.total_count) }}
-
{% for result in processor(this) %}
- {{ market_tile(result, link=true, src='search') }} {% endfor %} {# Render the more button if there's another page of results #} {% if response.meta.next %} {{ more_button(response.meta.next) }} {% endif %}
{{ _('No results found') }}
{% except %}{# Handle 500s so the page isn't blank. (bug 868667) #} {{ _('No results found, try again later') }}
{% end %}