{% set currentCurrency = craft.commerce.getPaymentCurrencies().primaryPaymentCurrency %}
{{ craft.app.locale.getCurrencySymbol(currentCurrency.iso) }}
{{ currentCurrency.iso }}
{% if errors %}
{# Heroicon name: solid/exclamation-circle #}
{% endif %}
{% for error in errors %}

{{ error }}

{% endfor %}