{% for var, value in env.items() %}{% filter upper %}{{ var }}{% endfilter %}={{ value }}
{% endfor %}
