{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block content %} {% with msg as post %}
{% trans "Root" %} / {% ifequal pm_mode "inbox" %}{% trans "Inbox" %}{% else %}{% trans "Outbox" %}{% endifequal %} / {{ post.subject }}
{% include "pybb/pm/common.html" %}
{% ifequal pm_mode "inbox" %} {% trans "Reply" %} {% endifequal %}
{% endwith %} {% endblock %}