mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
8 lines
268 B
Twig
8 lines
268 B
Twig
{% extends '@ChillMain/layout.html.twig' %}
|
|
|
|
{% block title %}{{ ('crud.' ~ crud_name ~ '.index.title')|trans({'%crud_name%': crud_name}) }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{% embed '@ChillMain/CRUD/_index.html.twig' %}
|
|
{% endembed %}
|
|
{% endblock content %} |