{% csrf_token %}
{% if vars %}

Vars:

{% for key, value in vars.items %} {% endfor %}
{{ key }}: {{ value|linebreaks }}

{% endif %}