{% load i18n %}
{% comment %}
Overrides (v4.2.3) django/contrib/admin/templates/admin/filter.html
1) Add styles to shrink font size & curtail length of template names.
2) Updates the HTML to add the styling class and the full template
name as the title, which will appear in tooltips on hover.
{% endcomment %}
{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}