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

Find links to "{{ title }}"

{{ title }} ↗
{{ total }} mentions total {{ with_link }} already linked ({{ "{:.0%}".format(with_link / total) }})
Searching…
Searching…
{% if hits %}
{{ hits | length }} candidates
    {% for hit in hits %}
  1. {{ hit.title }}
  2. {% endfor %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}