python-compute/packaging/build/docs/source/_templates/versioning.html
2023-11-23 02:34:02 +03:00

9 lines
176 B
HTML

{% if versions %}
<h3>{{ _('Версии') }}</h3>
<ul>
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
{%- endfor %}
</ul>
{% endif %}