{% for key, value in data.items %}
{{ key }} 
{% if value %}{{ value }}{% endif %}
{% endfor %}