oshipka/vm_gen/templates/html/_search.html

8 lines
291 B
HTML
Raw Normal View History

2020-06-06 13:33:39 +02:00
{% for instance in instances %}
<li>
<a href="{{ url_for('get_[[ name|camel_to_snake ]]', uuid=instance.id) }}">
{% include "[[ name|camel_to_snake ]]/_title.html" %}</a>
|
2021-05-08 15:52:52 +02:00
{% include "[[ name|camel_to_snake ]]/_actions.html" %}
2020-06-06 13:33:39 +02:00
</li>
{% endfor %}