{% extends "sphene/sphboard/base.html" %}
{% load i18n %}
{% load sphboard_extras %}
{% block content %}
{% blocktrans with th.root_post.subject|escape as subject and th.category.name as category %}Delete information about moved thread: {{ subject }} from category {{ category }}{% endblocktrans %}