{# {% extends '@EasyAdmin/crud/index.html.twig' %} #}
{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
{# @var action \EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto #}
{# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #}
{% set claseAdicional = 'sePuede' %}
{% if entity.instance.terna and entity.instance.terna.estado.value == 'Publicado' %}
{% set claseAdicional = 'hayTernaPublicada' %}
{% elseif entity.instance.estado.value == 'Publicado' %}
{% set claseAdicional = 'concursoPublicado' %}
{% else %}
{# {% set claseAdicional = claseAdicional ~ (hay_ternado(entity.instance) ? ' hayTernado' : (hay_frizado(entity.instance) ? ' hayFrizado' : '')) %} #}
{% set claseAdicional = claseAdicional ~ (hay_ternado_en_concurso(entity.instance) ? ' hayTernado' : (hay_frizado_en_concurso(entity.instance) ? ' hayFrizado' : '')) %}
{% endif %}
{% set clase = (action.cssClass|default('')) ~ ' ' ~ claseAdicional %}
{% set clase = clase|trim %}
{% if 'a' == action.htmlElement %}
{%- if action.icon %} {% endif -%}
{%- if action.label is not empty -%}{{ action.label|trans|raw }}{%- endif -%}
{% elseif 'button' == action.htmlElement %}
{% endif %}