|
12345678910111213 |
- {% extends '@LcSov/adminlte/crud/index.html.twig' %}
-
- {% block content_title %}
- {{ 'index'|sov_trans_admin_title(ea.getEntity().getFqcn()) }}
- <br />
- {{ user_merchant.user }}
-
- {% endblock %}
-
- {% block page_actions %}
- {{ parent() }}
- <h4>Créduit actuel : {{ user_merchant.credit|format_price|raw }}</h4>
- {% endblock %}
|