{% if item.provider is not null %}
{% if value == 1 %}
{% if app.user.typeBusiness is defined and app.user.typeBusiness == 36 %}
{{'in_storage'|trans}}
{% else %}
{{'pending'|trans}}
{% endif %}
{% elseif value == 2 %}
{% if is_granted('ROLE_SELLER') or is_granted('ROLE_CARRIER') or is_granted('ROLE_OPERATION') %}
{{'charged'|trans}}
{% else %}
{{'stripeConect.paid'|trans}}
{% endif %}
{% elseif value == 3 %}
{{'stripeConect.refund_requested'|trans}}
{% elseif value == 4 %}
{{'stripeConect.refunded'|trans}}
{% elseif value == 5 %}
{{'stripeConect.commission'|trans}}
{% endif %}
{% endif %}