{% extends "admin/filters/_filter_base.html" %} {% block filter_content %} {% for choice in choices %} {{ choice.display }} {% endfor %} {% endblock %}