{{ user_reply.html|safe }}
{% extends "forum/base.html" %}
{% load i18n %}
{% block forum_content %}
{% include "forum/parent_tree.html" %}
{% endif %}
{% if thread.attach %}
{% trans "File" %}: {{ thread.get_attach_basename }} {{ thread.attach.size|filesizeformat }}
{% endif %}
{{ user_reply.html|safe }}