{% extends '_base.html' %} {% load i18n %} {% load static %} {% block content %} {% include '_components/header.html' %}
{% include '_components/table_search.html' %} {% include '_components/sub_menu.html' %}
{% include '_components/table_pagination.html' with noscript=True %} {% for column in table_header %} {% endfor %} {% for row in table_rows %} {% for column in row %} {% endfor %} {% endfor %}
{{ column }}
{{ column }}
{% for b in row.bresult %}
= 400 %} style="color: #D00;"{% endif %}>{{ b.status }}: {{ b.message }} [{{ b.backend_name }}]
{% endfor %}
{% include '_components/table_pagination.html' %}
{% endblock %}