{% extends "layout/navigation.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "html/head" %} {% endblock %} {% block "bodytag" %} onload="split.get_post_list({{ thread.root_post_id }}, 'thread-1')"{% endblock %} {% block "content" %}

{% trans "Split thread" %}

{% trans %}Here you can move single posts into a new or another thread.{% endtrans %}

{{ thread.title|e }}

New thread

Save
{% endblock %}