list.tpl 214 B

12345
  1. {% extends app.template_style ~ "/layout/layout_1_col.tpl" %}
  2. {% block content %}
  3. {% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %}
  4. {{ actions.list(items, links) }}
  5. {% endblock %}