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.

11 line
261B

  1. {% set value = entity.instance.complementaryOrderShops|length %}
  2. {% if value > 0 %}
  3. <span class="badge badge-success">
  4. {{ value|length }} compléments
  5. </span>
  6. {% else %}
  7. <span class="badge badge-danger">
  8. non
  9. </span>
  10. {% endif %}