Back to Django Mptt

Mptt Filter

mptt/templates/admin/mptt_filter.html

0.18236 B
Original Source

{% load i18n %} {% load mptt_admin %}

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

{% for choice in choices %} - {{ choice.display }} {% endfor %}