diff --git a/agaric/templates/field/field.html.twig b/agaric/templates/field/field.html.twig index fe5fc9b..6b3023b 100644 --- a/agaric/templates/field/field.html.twig +++ b/agaric/templates/field/field.html.twig @@ -58,7 +58,8 @@ {{ label }} {% for item in items %} - {{ item.content }}{% if not loop.last %}, {% endif %} + {% if loop.length > 1 and loop.index == loop.length %}and {% endif %} + {{ item.content }}{% if loop.length > 2 and not loop.last %}, {% endif %} {% endfor %}

{% else %}