oshipka/vm_gen/templates/html/_list.html

6 lines
212 B
HTML
Raw Normal View History

2020-06-03 16:00:51 +02:00
{% for instance in instances %}
2020-08-11 19:02:29 +02:00
{% include "[[ name|camel_to_snake ]]/_list_item.html" %}
2021-05-08 16:56:42 +02:00
{% endfor %}
<br>
{% import "_macros.html" as m %}
{{ m.render_pagination(pagination, 'list_[[ name|camel_to_snake ]]') }}