{% load i18n modeladmin_tags static %} {% if results %}
{% for header in result_headers %} {% endfor %} {% for result in results %} {% result_row_display forloop.counter0 %} {% endfor %}
{% if header.sortable %}{% endif %} {{ header.text|capfirst }} {% if header.sortable %}{% endif %}
{% else %}

{% blocktrans %}Sorry, we didn't find an article with that name. Please try again.{% endblocktrans %}

{% endif %} {% block extra_css %}{% endblock %} {% block js %} {% endblock %}