{% extends "base.html" %} {% block content %}
showing {{ page_range }} results of {{ num_found }} found{% if query is not none %} for query '{{ query }}'{% endif %}
{% for page_number in pagination %} {{ page_number }} {% endfor %}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'] }}