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.

7 lines
490B

  1. {% import '@LcShop/backend/default/block/macros.html.twig' as macros %}
  2. {% trans_default_domain 'lcshop' %}
  3. <div class="col-6 user-address-item">
  4. {% set button = '<button type="button" data-url="'~ path('easyadmin', {"action": 'editAddressUser', 'entity': 'User', 'id': entity.id, 'addressId': address.id})~'" class="btn btn-default btn-edit-user-address" >'~ 'action.edit'|trans ~'</button>' %}
  5. {{ macros.box_info('bg-info', 'address-card', address.summary, '', button) }}
  6. </div>