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.

14 lines
337B

  1. {% extends '@LcSov/adminlte/crud/index.html.twig' %}
  2. {% block content_title %}
  3. {{ 'index'|sov_trans_admin_title(ea.getEntity().getFqcn()) }}
  4. <br />
  5. {{ user_merchant.user }}
  6. {% endblock %}
  7. {% block page_actions %}
  8. {{ parent() }}
  9. <h4>Créduit actuel : {{ user_merchant.credit|format_price|raw }}</h4>
  10. {% endblock %}