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ů.
|
- {% import '@LcCaracole/admin/section/macros.html.twig' as macros_section %}
- {% set item = entity.instance %}
- {% if item.section %}
- {{ macros_section.section_badge(item.section) }}
- {% else %}
- <span class="badge badge-secondary">Aucune</span>
- {% endif %}
|