Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

7 lines
269B

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