{% extends 'base.html' %} {% block main %}





All annotations

Annotations/ Extracts with:  {{name}}

{% for row in res %} {%for book in books%} {%if book.file == row.url|replace('http://localhost:8080/uploads/','')%}

Book

{{book.title}}


{% endif %} {% endfor %}

Extract

"{{ row.extract }}"

Annotation

{%if 'https://www.youtube.com'in row.text %} {{row.text}}

{%elif '.jpg' in row.text%}
{%else%}
{{row.text}}


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