{% if article.tags %} {% for tag in article.tags %} {% if loop.index < MAX_NB_TAG_IN_LIST %} {{ tag | escape }} {% elif loop.index == MAX_NB_TAG_IN_LIST %} et plus! {% endif %} {% endfor %} {% endif %}