{% extends "sphene/sphboard/base.html" %}
{% load i18n %}
{% load sph_extras %}
{% load sphboard_extras %}
{% load sph_pagination %}
{% block content %}
{% sphboard_displayBreadcrumbsForThread post 1 %}
{% blocktrans with post.subject|escape as subject and post.author|sph_user_displayname as postauthor and category.name as categoryname %}Moving post: {{ subject }} by {{ postauthor }} into category {{ categoryname }}{% endblocktrans %}
{% sph_url2 move_post_3 post.pk category.pk as move_post_3_ic_url %} {% blocktrans with post.subject|escape as subject and category.name as categoryname %}Click here to move post {{ subject }} directly into category {{ categoryname }} (new thread will be created if necessary) or select target thread below to append post {{ subject }} to it:{% endblocktrans %}
{% endblock %}