{% extends "base.html" %} {% block content %}
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 %}Abstract: {{ result['abstract'] }}
{% endif %}European Patent Office PDF: {{ result['application_id'] }}