You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% extends 'base.html.twig' %}
-
- {% block title %}CreditConfig{% endblock %}
-
- {% block body %}
- <h1>My entity</h1>
-
- {{ dump(entity) }}
- <a href="{{ path(routePrefix~'_index') }}">back to list</a>
-
- <a href="{{ path(routePrefix~'_edit', {'id': entity.id}) }}">edit</a>
-
- {{ include('@LcShop/default/_delete_form.html.twig') }}
- {% endblock %}
|