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
260B

  1. {% import '@LcCaracole/admin/section/macros.html.twig' as macros_section %}
  2. {% set item = entity.instance %}
  3. {% if item.section %}
  4. {{ macros_section.section_badge(item.section) }}
  5. {% else %}
  6. <span class="badge badge-secondary">Aucune</span>
  7. {% endif %}