DOI: {{ value }}
{% elif key == 'issn' %} {% if ',' in value %}ISSN: {% for issn in value.split(',') %} {{ issn.strip() }}{% if not loop.last %}, {% endif %} {% endfor %}
{% else %}ISSN: {{ value }}
{% endif %} {% endif %} {% if not key.startswith('_') and key != 'metadata' and key != 'doi' and key != 'issn' %}{{ key.replace('_', ' ').capitalize() }}: {{ value }}
{% endif %} {% endfor %}