{% include 'ucp_header.html' %} {% if not PROMPT %} {% include 'ucp_pm_message_header.html' %} {% endif %} {% if PROMPT %}

{{ L_EXPORT_AS_CSV }} {{ L_OPTIONS }}

{{ S_FORM_TOKEN }}
{% else %} {% if NUM_REMOVED %}
{{ RULE_REMOVED_MESSAGES }}
{% endif %} {% if NUM_NOT_MOVED %}
{{ NOT_MOVED_MESSAGES }}
{{ RELEASE_MESSAGE_INFO }}
{% endif %} {% if messagerow %}

{{ L_MESSAGE }}

{% for messagerow in messagerow %} {% endfor %}
{% if S_SHOW_RECIPIENTS %} {{ L_MESSAGE_TO }} / {{ L_SUBJECT }} {% else %} {{ L_SUBJECT }} / {{ L_FROM }} {% endif %} {% if S_SHOW_RECIPIENTS %} {{ L_SENT_AT }} {{ L_DATES }} {% else %} {{ L_DATES }} {% endif %} {{ L_MARK }}
{% if messagerow.S_PM_DELETED %} {{ L_DELETE_MESSAGE }}
{{ L_MESSAGE_REMOVED_FROM_OUTBOX }}
{% else %} {{ messagerow.SUBJECT }} {% endif %}
{% if S_SHOW_RECIPIENTS %} {{ L_BY }} {{ messagerow.RECIPIENTS }} {% else %} {{ L_BY }} {{ messagerow.MESSAGE_AUTHOR_FULL }} {% endif %} {% if messagerow.S_PM_REPORTED %} {{ L_REPORT }} {% endif %} {% if messagerow.ATTACH_ICON_IMG %} {{ L_ATTACH_FORUM }} {% endif %}
{% if messagerow.S_AUTHOR_DELETED %}
{{ L_PM_FROM_REMOVED_AUTHOR }}
{% endif %} {% if S_UNREAD %}
{% if messagerow.FOLDER %} {{ messagerow.FOLDER }} {% else %} {{ L_UNKNOWN_FOLDER }} {% endif %}
{% endif %}
{{ messagerow.SENT_TIME }}
{{ messagerow.SENT_TIME }}
{% else %} {% if S_COMPOSE_PM_VIEW and S_NO_AUTH_SEND_MESSAGE %}

{% if S_USER_NEW %}{{ L_USER_NEW_PERMISSION_DISALLOWED }}{% else %}{{ L_NO_AUTH_SEND_MESSAGE }}{% endif %}

{% else %}
{{ L_INFORMATION }}{{ L_COLON }} {{ L_NO_MESSAGES }}
{% endif %} {% endif %} {% if FOLDER_CUR_MESSAGES != 0 %}
{{ L_OPTIONS }}
{% endif %} {% include 'display_options.html' %} {% include 'ucp_pm_message_footer.html' %} {% endif %} {% include 'ucp_footer.html' %}