{% extends template_name %} {% block content %}
{% if search_results %}Search in {{ search_results.plugin_count }} plugins, duration: {{ search_results.duration|floatformat:3 }}sec., hits: {{ search_results.hits|length }}.
{% if search_results.hits|length_is:"0" %}Nothing found!
{% else %}score | language | content_type | hits |
---|---|---|---|
{{ hit.score }} | {{ hit.language.code }} | {{ hit.content_type }} |
{{ hit.headline }}
|