{% if is_variation %} {% endif %}
{% if currencies is empty %}
{% else %}
{% for currency in currencies %}
{% if currency.custom_price['_regular_price'] is empty %} {{ strings.det_auto }} {% endif %} {% if is_variation %} {% for key, custom_price in currency.custom_price %}

{% endfor %} {% else %} {% for custom_price_html in currency.custom_html %} {{ custom_price_html|raw }} {% endfor %} {% endif %}
{% endfor %}
{% for currency in currencies %} {% if is_variation %} {% for key, readonly_price in currency.readonly_price %}

{% endfor %} {% else %} {% for readonly_html_price in currency.readonly_html %} {{ readonly_html_price|raw }} {% endfor %} {% endif %} {% endfor %}
{% endif %} {% if is_variation is empty %}
{{ strings.enter_price }}
{% endif %}
{% if is_variation %} {% endif %}