{% set title = "Nos fonds communs de placement" %}
{% set menu = 'accounts' %}
{% import "Macros/mutualFund.html.twig" as mutualFund %}
{% extends 'Default/base.html.twig' %}
{% block content %}
{% for o in list %}
{{mutualFund.render(o)}}
{% endfor %}
{% if isDesktop() and (list|length % 3) %}
{% for o in 1..(3 - list|length % 3) %}
{% endfor %}
{% endif %}