{% set title = item|os_trans("label") %} {% set desc = item|os_trans("orientation") %} {% set menu = 'accounts' %} {% if item.banner %} {% set thumbnail = item.banner.thumbnail %} {% set banner = asset(item.banner.file) %} {% endif %} {% extends 'Default/base.html.twig' %} {% import "Macros/smallInfo.html.twig" as smallInfo %} {% import "Macros/mutualFund.html.twig" as mutualFund %} {% block content %}
{{smallInfo.render("Durée minimale de placement conseillée",item.minimumDuration)}} {{smallInfo.render("Valeur liquidative initale",item.initalAssetValue)}} {{smallInfo.render("Valorisation",item.hasDailyValuation ? "Quotidienne" : "Non")}} {{smallInfo.render("Avantage fiscal",item.hasTaxExempt ? "Défiscalisé" : "Aucun")}} {{smallInfo.render("Affectation du résultat",item.profitAppropriation)}} {{smallInfo.render("Frais de gestion",item.managementFees)}} {{smallInfo.render("Droit d’entrée",item.entranceFee)}} {{smallInfo.render("Droit de sortie",item.exitFee)}}
{{ item|os_trans("details")|raw }}
{% endblock %}