{% extends "base.html" %} {% block title %}{{ title }} in {{ hit_title }}{% endblock %} {% block style %} {% endblock %} {% block content %}

Link "{{ title }}" in "{{ hit_title }}"

{{ title }} ↗ {{ hit_title }} ↗
{{ total }} mentions total {{ with_link }} already linked ({{ "{:.0%}".format(with_link / total) }})
{{ diff | safe }}
Skip
{% if hits %}
{{ hits | length }} other candidates
    {% for hit in hits %}
  1. {{ hit.title }}
  2. {% endfor %}
{% endif %}
{% endblock %}