{% extends "sphene/sphboard/base.html" %}
{% load i18n %}
{% load sph_extras %}
{% load sphboard_extras %}
{% block content %}
{% sphboard_displayBreadcrumbsForThread post 1 %}
{% blocktrans with post.subject|escape as subject and post.author|sph_user_displayname as postauthor %}Moving post: {{ subject }} by {{ postauthor }}{% endblocktrans %}
{% blocktrans with post.subject|escape as subject %}Select target category to move post {{ subject }} into. Later you'll be able to select destination thread.{% endblocktrans %}
{% endblock %}