{% macro translations_for(article) %} {% if article.translations %}
{{ article.translations[0].lang }} {% for translation in article.translations[1:] %} / {{ translation.lang }} {% endfor %}
{% endif %} {% endmacro %} {% macro entry_hreflang(entry) %} {% if entry.translations %} {% for translation in entry.translations %} {% endfor %} {% endif %} {% endmacro %}