{% load i18n %} {% for holder in collection %} {% if holder.is_first %} {% if holder.is_template %} {% endif %} {% endif %} {{ holder }} {% if holder.is_last %} {% trans "Remove" %} {% if holder.is_template %} {% trans "Add" %} {% endif %} {% endif %} {% endfor %}