{% for k, v in get_current_session().items() %}
{{ k }}
{% if v is iterable and not v|string %}
{{ v }}
{% else %} {{ v }} {% endif %}
{% endfor %}