{% macro translations_for(article) %} {% if article.translations %} Traductions : {% for translation in article.translations %} {{ translation.lang }} {% endfor %} {% endif %} {% endmacro %} templates/translations.html?h=master' type='application/atom+xml'/>
1 2 3 4 5 6 7 8 9 10