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

{{o.label}}

Taux HT {{o.rate}}
{{o.object}}
{% if not alt %} {{button.render(path("credit",{slug:o.slug}))}} {% endif %}
{% endmacro %}