{% for key, value in salt['pillar.get']('data:postfix:virtual_aliases', {'mail-root@yandex-team.ru': 'mail-root'}).items() %}
{{ key }} {{ value }}
{% endfor %}
