summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ishtar_common/templates/blocks/comma_list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/blocks/comma_list.html b/ishtar_common/templates/blocks/comma_list.html
new file mode 100644
index 000000000..12fcd2b41
--- /dev/null
+++ b/ishtar_common/templates/blocks/comma_list.html
@@ -0,0 +1 @@
+{% load i18n %}{% if not forloop.last %}{% ifequal forloop.revcounter 2 %} {% trans "and" %} {% else %}{% trans ", "%}{% endifequal %}{% else %}{% trans "." %}{% endif %}