{% extends "wiki/article.html" %} {% load i18n %} {% load sekizai_tags %} {% load static %} {% load wiki_tags %} {% block wiki_pagetitle %}Move: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %}
{% if urlpath.get_descendants %} {% blocktrans count cnt=urlpath.get_descendants.count trimmed %}

Please note that this article has {{ cnt }} child article. If you decide to move this article, then links to any child articles will not be updated.

{% plural %}

Please note that this article has {{ cnt }} child articles. If you decide to move this article, then links to any child articles will not be updated.

{% endblocktrans %} {% endif %}

Remember: Any links to this article will not be automatically updated. You may leave behind a redirect page by specifying that option below, but these are temporary - so it's better to update the links directly.

{% wiki_form form %} {# Not gonna lie, I have no idea what this is or what it's for #}
Go back
{% addtoblock "js" %} {% endaddtoblock %} {% endblock %}