{% extends "misago/threads/base.html" %} {% load i18n misago_forms %} {% block title %}{% trans "Move posts" %} | {{ thread }} | {{ block.super }}{% endblock title %} {% block content %}
{% csrf_token %} {% for post in posts %} {% endfor %}

{{ thread }}

{% include "misago/form_errors.html" %}
{% form_row form.new_thread_url %}
{% endblock content %}