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