oshipka/vm_gen/templates/html/list.html

8 lines
260 B
HTML
Raw Normal View History

2020-06-03 16:00:51 +02:00
{% extends "layout.html" %}
{% block content %}
2020-07-08 14:38:55 +02:00
<h2>{{ _("[[ name|pluralize ]]") }}</h2>
<a href="{{ url_for('create_[[ name|camel_to_snake ]]') }}">{{ _("Create") }}</a>
2020-06-06 13:33:39 +02:00
<br>
2020-06-03 16:00:51 +02:00
{% include "[[ name|camel_to_snake ]]/_list.html" %}
{% endblock %}