{% if estatus == constant('App\\Entity\\Plan::ESTATUS_ACTIVO') %}
{% elseif estatus == constant('App\\Entity\\Plan::ESTATUS_INACTIVO') %}
{% endif %}
{% if icono is not defined or icono != false %}
{{ constant('App\\Entity\\Plan::ESTATUS_LABEL')[estatus] }}
{% endif %}