{% extends "cranefly/layout.html" %} {% load i18n %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_("Split Thread"),parent=thread.name) }}{% endblock %} {% block breadcrumb %}{{ super() }} / {% for parent in parents %}
  • {{ parent.name }} /
  • {% endfor %}
  • {{ thread.name }} /
  • {% trans %}Split Thread{% endtrans %} {%- endblock %} {% block content %}
    {% if message %}{{ macros.draw_message(message) }}{% endif %}
    {% for post in posts -%} {% endfor %} {{ form_theme.form_widget(form, width=8) }}
    {% trans %}Cancel{% endtrans %}
    {% endblock %}