{% trans 'find/replace page content' %}
{{ form.as_p }}
{% if results %}

{% trans 'results' %}

{{ duration|human_duration }} - {{ total_changes }} {% trans 'changes' %} {% for entry in results %}
{{ entry.item.get_verbose_title }} ({{ entry.changes }} {% trans 'changes' %})
{{ entry.diff }}
{% endfor %} {% endif %}