{% for key, value in item.items() %} {% if value != "" %} {{ key }} {{ value }} {% else %} # {{ key }} {% endif %} {% endfor %}