{% for item in items %}{% if item.get('ednote', '') != '' %}Editorial note: {{ item.ednote }}{% endif %}{% endfor %}