{% set title = "Nos cartes bancaires"|os_trans("Our bank cards") %} {% set topmenu = 'accounts' %} {% import "Macros/card.html.twig" as card %} {% extends 'Default/base.html.twig' %} {% block content %}
{% for o in list %} {{card.render(o)}} {% endfor %} {% if isDesktop() and (list|length % 3) %} {% for o in 1..(3 - list|length % 3) %} {% endfor %} {% endif %}
{% endblock %}