Year:
{{ result['year'] }}
{% if result['title'] is defined %}
Title:
{{ result['title'] }}
{% endif %}
{% if result['country'] is defined %}
Country:
{% if result['country'].name is defined %}
{{ result['country'].name }} {{ result['country'].flag }}
{% else %}
{{ result['country'] }}
{% endif %}
{% endif %}
{% if result['abstract'] is defined %}
{% endif %}