{% if is_oney_enabled() and can_show_mea() %} {% set data = [] %} {% set logo_disabled = '3x4x-alt.svg' %} {% set logo_enabled = '3x4x.svg' %} {% if is_oney_without_fees() %} {% set logo_enabled = '3x4x-without-fees.svg' %} {% set logo_disabled = '3x4x-without-fees-alt.svg' %} {% endif %} {% if oney_cart_eligible() %} {% set logo_name = logo_enabled %} {% if is_oney_without_fees() %} {% set logo_enabled = '3x4x-without-fees.svg' %} {% endif %} {% else %} {% set data = oney_ineligible_reasons() %} {% set logo_name = logo_disabled %} {% endif %}
{{ 'payplug_sylius_payplug_plugin.ui.or_pay_with_oney'|trans }}
{% if data is not empty %}
{% for reason in data.reasons %}

{{ reason|trans(data.trans_params) }}

{% endfor %}
{% endif %}
{% endif %}