{% extends '@ChillPerson/layout.html.twig' %} {% set activeRouteKey = '' %} {% block title %}{{ ('crud.' ~ crud_name ~ '.index.title')|trans({'%crud_name%': crud_name}) }}{% endblock %} {% block personcontent %} {% embed '@ChillPerson/CRUD/_index.html.twig' %} {% block add_new %}
  • {{ ('crud.'~crud_name~'.index.add_new')|trans( {'%crud_name%': crud_name} ) }}
  • {% endblock %} {% endembed %} {% endblock personcontent %}