{% load i18n admin_interface_tags %} {% get_admin_interface_theme as theme %} {% if theme.list_filter_dropdown %} {% include "admin_interface/dropdown_filter.html" %} {% else %} {# Use a changed default list filter template -> https://github.com/django/django/blob/master/django/contrib/admin/templates/admin/filter.html #}

{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}

{% endif %}