{% if article.tags %}  | {{ _('Tags') }}:  {% for tag in article.tags %} {{ tag }} {% if not loop.last %} / {% endif %} {% endfor %} {% endif %}