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





      All annotations

Annotations/ Extracts with:  {{name}}

{% for row in res %}

Book

{{row.url|replace('.pdf','')|replace('http://localhost:8080/uploads/','')|replace('.','')}}


{%for book in books%} {%if book.file == row.url%}

=d=


{% 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 %}