{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "You have selected these topics to move:" %}

{% for source in sources %}

{{ source.title }} ({% trans "entry count:" %} {{ source.entry_count }})

{% endfor %}

{% trans "Give a date interval for entries (optional):" %}

{# Translators: Day should come first. It should be a parsable date. #}

{% csrf_token %}
{% endblock %}