{% if params %}from fabric.state import env
{% endif %}
{% for stage in stages %}from {{ stage.NAME }} import {{ stage.NAME }}
{% endfor %}

{% if params %}
{% for key in params %}env.{{ key }} = "{{ params[key] }}"
{% endfor %}
{% endif %}

