brutaldon-interfaccia-web-m.../brutaldon/templates/comma.html

6 lines
102 B
HTML
Raw Normal View History

2019-11-06 01:23:58 +01:00
{% if not forloop.first %}
{% if forloop.last %}, and
{% else %},
{% endif %}
{% endif %}