{% extends template_name %} {% block content %}

Search Form

{% include "admin/pylucid/includes/pylucid_formset.html" %}
{% if search_results %}

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 %} {% for hit in search_results %} {% endfor %}
score language content_type hits
{{ hit.score }} {{ hit.language.code }} {{ hit.content_type }} {{ hit.headline }}
    {% for pre_txt, hit_txt, post_txt in hit.cutouts %}
  • ...{{ pre_txt }} {{ hit_txt }} {{ post_txt }}...
  • {% endfor %}
{% endif %} {% endif %} {% endblock content %}