{{post_vars}} {% if post_vars %}
You submitted the following values:
{% for post_var, val in post_vars %}
{{post_var}}: {{val}}
{% endfor %}
{% else %}
I'm a post-load prompt. Enter a value please.
{% endif %}