{% extends 'admin/model/list.html' %}
{% block body %}
Rule Optimization
Find rules whose export lists hundreds of hostnames in one condition,
and the host label that could replace it.
{{ 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 %}