{% extends "base.html" %} {% block content %}

a timeline of inventions

{{ num_found }} patents found out of 320,000

sort by:
{% if results == 'no results found' %} {{ results }} {% else %} {% for result in results %}

Year: {{ result['year'] }}

{% if result['title'] is defined %}

Title: {{ result['title'] }}

{% endif %} {% if result['abstract'] is defined %}

Abstract: {{ result['abstract'] }}

{% endif %} {% endfor %} {% endif %} {% endblock %}