1
{% extends 'pybb/base.html' %}
6
{% include "pybb/pm/common.html" %}
7
<h1>{% trans "Outbox" %}</h1>
9
{% for msg in messages %}
11
<a href="{% url pybb_show_pm msg.id %}">{{ msg.subject }}</a> {% trans "to" %}
12
<span class="author"> {{ msg.dst_user|pybb_profile_link }} </span>
13
<span class="date">@ {% pybb_time msg.created %}</span>