python-compute/docs/source/_templates/versioning.html
2023-11-06 12:52:19 +03:00

9 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 %}