{% for country_name, items in providers %}
{% for provider in items %}
{% trans "Send a message" %} {{ provider.prefix }} {{ key }} {% trans "to the number" %} {{ provider.number }}.
{% trans "Cost of the communication" %} — {{ provider.price }} {{ provider.currency }} ({% if provider.vat %}{% trans "including VAT" %}{% else %}{% trans "not including VAT" %}{% endif %}).