mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
8 lines
200 B
HTML
8 lines
200 B
HTML
{% if versions %}
|
|
<h3>{{ _('Versions') }}</h3>
|
|
<ul>
|
|
{%- for item in versions %}
|
|
<li><a href="{{ item.url }}">{{ item.version }} ({{ item.name }} branch)</a></li>
|
|
{%- endfor %}
|
|
</ul>
|
|
{% endif %}
|