{% extends '@admin/base.html.twig' %} {% block subheader %}
{{ group.description }}
| {{ header }} | {% endfor %}Actions |
|---|---|
{% if cell.type == 'badge' %}
{{ cell.label }}
{% elseif cell.type == 'color' %}
{{ cell.label }}
{% elseif cell.type == 'icon' %}
{% if cell.value %}{{ cell.value }}{% else %}-{% endif %}
{% else %}
{{ cell.value is same as(null) or cell.value is same as('') ? '-' : cell.value }}
{% endif %}
|
{% endfor %}
|