{% from "/macros/profile/profile-cost.html" import profileFormattedPeriod %} {% from "/macros/profile/profile-configurator-heading-edition-preview.html" import profileConfiguratorPrice %} {% from "/macros/profile-icons.html" import addonIcon %} {% macro addonsPreview(selectedAddonsUniqueItems, i18n) %}
{{ i18n.selectedAddons }}
{% for addon in selectedAddonsUniqueItems %} {{ addonPreviewRow(addon, i18n) }} {% endfor %}
{% endmacro %} {% macro addonPreviewRow(addon, i18n) %}
{{ addonIcon() }}
{{ addon.name }}
{% endmacro %}