{% for key, field in data|filter(field => field is not null) %} {{ key|humanize }}: {{ field }}
{% endfor %}