{% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %} {% for header in result_headers %} {% if header.sortable %} {% endif %} {{ header.text|capfirst }} {% if header.sortable %}{% endif %} {% endfor %} {% for result in results %} {% if result.form.non_field_errors %} {% endif %} {% url admin:stories_story_change result.quickedit.instance.pk as change_url %} {% for item in result.fields %}{{ item }}{% endfor %} {% endfor %}
Quick Links
{{ result.form.non_field_errors }}
{% endif %}