summaryrefslogtreecommitdiff
path: root/program/templates/v2/filters/showinformation.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/filters/showinformation.html')
-rw-r--r--program/templates/v2/filters/showinformation.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/program/templates/v2/filters/showinformation.html b/program/templates/v2/filters/showinformation.html
new file mode 100644
index 0000000..bcd6cb1
--- /dev/null
+++ b/program/templates/v2/filters/showinformation.html
@@ -0,0 +1,6 @@
+{% if showinformation_list %}
+ <ul id="filter_showinformation">
+{% for si in showinformation_list %}
+ <li><a title="Sendungen mit der Information {{ si.information }} anzeigen." href="?showinformation={{ si.slug }}">{{ si.information }}</a></li>{% endfor %}
+ </ul>
+{% endif %}