您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

association.html.twig 388B

12345678
  1. {# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
  2. {# @var field \EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto #}
  3. {# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #}
  4. {% if 'toMany' == field.customOptions.get('associationType') %}
  5. <span class="badge badge-secondary">{{ field.formattedValue }}</span>
  6. {% else %}
  7. {{ field.formattedValue }}
  8. {% endif %}