{% load render_table from django_tables2 %} {% if table.rows %} {% for row in table.rows %} {% for column, cell in row.items %} {{ cell }} {% endfor %} {% endfor %} {% else %}
ERROR: No table rows found for device {{ record.device_id }}
{% endif %} {# Consume and clear any pending Django messages to prevent reappearing toasts #}
{% for _ in messages %}{% endfor %}