{% load i18n rangefilter_compat %}

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

{% 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 %}
{% comment %} JS not requiring template variables refactored as an iife {% endcomment %}