{% extends "results_layout.html" %} {% block body %}

{{ lang_data.results.results }} {{ fetched }} {{ lang_data.results.seconds }}

{% if results %} {% for result in results %}

{{ result[1] }}

{{ result[3] }} • {{ result[2] }}

{{ result[5] }} | {{ result[4] }}

{% endfor %} {% else %}
Your search '{{ q }}' came back with no results.
Try rephrasing your search term and/or recorrect any spelling mistakes.
{% endif %} {% endblock %}