{% extends "forum/profile.html" %} {% load i18n %} {% block profile_content %}

{{ pvt.title }}

{{ pvt.created }}

{{ pvt.message }}

{% trans "Reply" %}
{% endblock %}