{% extends "cranefly/layout.html" %} {% import "forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_("Move Thread"),parent=forum.name) }}{% endblock %} {% block breadcrumb %}{{ super() }} {{ macros.parents_list(parents) }}
  • {{ thread.name }}
  • {% trans %}Move Thread{% endtrans %} {%- endblock %} {% block container %}

    {% trans %}Move Thread{% endtrans %}

    {% if message %}
    {{ macros.draw_message(message) }}
    {% endif %}
    {{ form_theme.hidden_fields(form) }} {% for thread in threads -%} {% endfor %}
    {{ form_theme.row(form.new_forum, label=_("Move thread to"), help_text=_("Select forum you want to move this thread to."), attrs={'class': 'span6'}) }}
    {% trans %}Cancel{% endtrans %}
    {% endblock %}