{% load i18n rangefilter_compat %}
{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %} {% comment %} Force load jsi18n, issues #5 https://github.com/django/django/blob/stable/1.10.x/django/contrib/admin/templates/admin/change_list.html#L7 {% endcomment %}
{{ spec.form.as_p }} {% for choice in choices %} {% endfor %}