{% extends 'admin/model/list.html' %}
{% block body %}
{{ super() }}
{# Hard cap the rendered-card column so a long ruleset can no longer
stretch the table off-screen. The cards inside already wrap. #}
{% endblock %}
{% block tail %}
{{ super() }}
{% endblock %}