{% block main %}

Annotations



{% for row in annot.rows %} {% if 'selector' in row.target[0] %} {% if row.target[0].selector|length > 2%}

{{row.document.title}}


"{{row.target[0].selector[2].exact}}"

{%if 'https://www.youtube.com'in row.text %} {{row.text}}
{%elif '.jpg' in row.text%} {{row.document.title}} {%else%}
{{row.text}}

{% endif %}
{%else%}

{{row.document.title}}


"{{row.target[0].selector[1].exact}}"

{%if 'https://www.youtube.com'in row.text %} {{row.text}}
{%elif '.jpg' in row.text%} {{row.document.title}} {%else%}
{{row.text}}

{% endif %}
{% endif %} {%else%} {{row.document.title}}

{{row.text}}




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