aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/translations.html
blob: d705533997d2952f48945c402699d26fb4231653 (plain)
1
2
3
4
5
6
{% if article.translations %}
<span class="label">Lang</span>
{% for translation in article.translations %}
	<a href="{{ SITEURL }}/{{ translation.url }}"><i class="icon-edit"></i>{{ translation.lang }}</a>
{% endfor %}
{% endif %}