{# template for comma separated list; from https://stackoverflow.com/a/3649002 #}{% if not forloop.first %}{% if forloop.last %} and {% else %}, {% endif %}{% endif %}