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

{{ thread }}

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