{% macro productSidebarPricing(editions, i18n) %}
{{ i18n.pricing }}
{% for edition in editions %}
{{ edition.name }}
{% if edition.label %}

{{ edition.label | safe }}

{% else %} {{ edition.value }} {{ edition.formattedFrequency }} {% endif %}
{% endfor %}
{% endmacro %}