{% if no_references %}
No references found for "{{ text }}":
This may be a new term.
The page containing this word may not be marked as "read" (see
the manual
).
Books containing this term may have been deleted.
{% endif %} {% for k, dtos in references %} {% if dtos|length > 0 %}
{{ k }}
{% for dto in dtos %}
{{ dto.sentence | safe }}
{{ dto.title }}
{% endfor %}
{% endif %} {% endfor %}