{% load i18n %}{% load evil_tags %}{% load mail_tags %}
{% link_to_staff event.author %} {% trans 'moved' %}{{ event.author|declination_verb }}
{% if is_owner %}{{ moved_your_entities }}{% endif %}
{% blocktrans with wiki_entity=event.page.accusative %}notify.move:{{ wiki_entity }} titled {{ page_title }}{% endblocktrans %}
{% if with_children %}{% trans "notify.move:and all subpages" %}{% endif %}
{% trans "notify.move:into a new place" %}
{% if with_children %}
{% trans "notify.move:Previous place of your cluster" %}: /{{ event.meta.from }}.
{% trans "notify.move:Current place of your cluster" %}: /{{ event.page.tag }}.
{% else %}
{% trans "notify.move:Previous place of your page" %}: /{{ event.meta.from }}.
{% trans "notify.move:Current place of your page" %}: /{{ event.page.tag }}.
{% endif %}
{% trans 'The person who requests page by the previous address, will be automatically redirected to the new address' %}.