We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09a83c9 + 841e67f commit d268d27Copy full SHA for d268d27
jet/templates/admin/filter.html
@@ -0,0 +1,9 @@
1
+{% load i18n %}
2
+<h3>{% blocktranslate with filter_title=title %} {{ filter_title }} {% endblocktranslate %}</h3>
3
+<ul>
4
+ {% for choice in choices %}
5
+ <li{% if choice.selected %} class="selected"{% endif %}>
6
+ <a href="{{ choice.query_string|iriencode }}" title="{{ choice.display }}">{{ choice.display }}</a>
7
+ </li>
8
+ {% endfor %}
9
+</ul>
0 commit comments