{% macro render(o, alt = false) %} {% import "Macros/button.html.twig" as button %} {% import "Macros/productHeader.html.twig" as header %}
{{ header.render(o.icon) }}

{{o|os_trans("label")}}

{{o|os_trans("target")}}
{% if o.momoExpress %}
Activation MoMo Express
{% endif %} {% if o.SMSAlert %}
{{"Alerte SMS"|os_trans("SMS Alert")}}
{% endif %} {% if o.internetBanking %}
Internet Banking
{% endif %} {% if o.mobileApp %}
{{"Application mobile"|os_trans("Mobile app")}}
{% endif %}
{% if not alt %} {{button.render(path("savingaccount",{slug:o.slug}))}} {% endif %}
{% endmacro %}