{% extends "layout.html" %} {% block content %}

{{ _('Duplicates in the feed') }} {{ feed.title }}.

{% for pair in duplicates %} {% endfor %}
# {{ _('Delete all in this column') }} {{ _('Delete all in this column') }}
{{ loop.index }}  {{ pair[0].title }} ({{ pair[0].retrieved_date }})  {{ pair[1].title }} ({{ pair[1].retrieved_date }})
{% endblock %}