{% extends 'base_admin.html' %} {% load static %} {% block content %}
{% include '_components/table_search.html' %}
{% include '_components/sub_menu.html' with rtype='oldResults' %}
{% include '_components/table_pagination.html' with noscript=True %}
{% include '_components/table_header.html' with table_header=table_header %} {% for row in table_rows %} {% for column in row %} {% endfor %} {% endfor %}
{{ column }}
{% for b in row.bresult %}
= 400 %} class="text-danger"{% endif %}>{{ b.status }} {{ b.message }} [{{ b.backend_name }}]
{% endfor %}
{% include '_components/table_pagination.html' %}
{% endblock %} {% block footer_scripts %} {% endblock %}