{% if dictkeys.method != '' %}
{{ dictkeys.method }}
{% endif %} {% for val in dictval %}
{{ val.key }} : {{ val.val }}
{% endfor %}
test