Properties: {% for property in properties %} {% if property.error %} {{ property.label }} {% else %} {{ property.label }} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %}