3 <h3>{% blocktrans with title as filter_title %} By {{ filter_title }} {% endblocktrans %}
</h3>
4 <select dir=
"rtl" style=
"width: 95%;" onchange=
"window.location=window.location.pathname+this.options[this.selectedIndex].value">
5 {% for choice in choices %}
6 <option{% if choice.selected %}
selected=
"selected"{% endif %}
8 value=
"{{ choice.query_string|iriencode }}">{{ choice.display }}
</option>