{% if list %}
{% set feature = list[0] %}
{% for item in list %} {% if item != feature %} {% endif %} {% endfor %}
{% endif %}