{{ lang('EXPAND_VIEW') }} {{ lang('MESSAGE_HISTORY') }}{{ lang('COLON') }}

{% EVENT ucp_pm_history_review_before %}
{% for history_row in loops.history_row %}

{{ history_row.SUBJECT }}

{% DEFINE SHOW_PM_HISTORY_POST_BUTTONS = (history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE) %} {% EVENT ucp_pm_history_post_buttons_list_before %} {% if definition.SHOW_PM_HISTORY_POST_BUTTONS %} {% endif %} {% EVENT ucp_pm_history_post_buttons_list_after %}

{{ history_row.MINI_POST }} {{ lang('SENT_AT') }}{{ lang('COLON') }} {{ history_row.SENT_DATE }}
{{ lang('MESSAGE_BY_AUTHOR') }} {% EVENT ucp_pm_history_row_message_author_username_prepend %}{{ history_row.MESSAGE_AUTHOR_FULL }}{% EVENT ucp_pm_history_row_message_author_username_append %}

{% if history_row.MESSAGE %}{{ history_row.MESSAGE }}{% else %}{{ lang('MESSAGE_REMOVED_FROM_OUTBOX') }}{% endif %}
{% endfor %}
{% EVENT ucp_pm_history_review_after %}

{{ lang('BACK_TO_TOP') }}