oshipka/vm_gen/templates/html/_list.html

3 lines
160 B
HTML
Raw Normal View History

2020-06-03 16:00:51 +02:00
{% for instance in instances %}
<li><a href="{{ url_for('get_[[ name|camel_to_snake ]]', uuid=instance.uuid) }}">{{ instance.number }}</a></li>
{% endfor %}