{% load i18n core_tags %} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% if cl.opts.model_name == "snapshot" %} {% endif %} {% for header in result_headers %} {% endfor %} {% for result in results %} {% if result.form and result.form.non_field_errors %} {% endif %} {% with row_obj=cl.result_list|index:forloop.counter0 %} {% for item in result %}{{ item }}{% endfor %} {% endwith %} {% endfor %}
{% if header.sortable and header.sort_priority > 0 %}
{% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %}
{% endif %}
{% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
{{ result.form.non_field_errors }}
{% elif cl.show_search_index_hint %}

0 results from deep: {{ cl.search_backend_label }}. If this looks wrong, the search index may need to be updated: archivebox update --index-only

{% endif %}