blob: 65c568406cfb295031d5077900a701ca8861160c (
plain) (
tree)
|
|
{% if article.translations %}
<span class="label label-default">Lang</span>
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
|