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

{{ thread }}

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