{% 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")}}

{{"Frais mensuel"|os_trans("Monthly fee")}} {{o.monthlyFee}} F CFA

{{"Ce compte inclut :"|os_trans("This account include")}}

{{"Un compte épargne sur demande"|os_trans("A saving account on demand")}}
{% if o.deathInsurance %}
Une assurance décès-invalidité
{% endif %} {% 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 o.remuneration %}
Rémunéré
{% endif %} #}
{% if not alt %} {{button.render(path("currentaccount",{slug:o.slug}))}} {% endif %}
{% endmacro %}