{% if not S_SHOW_DRAFTS %} {% if S_GROUP_OPTIONS %}


{% endif %} {% if S_ALLOW_MASS_PM %}
{% if not S_EDIT_POST %}
{% EVENT posting_pm_header_find_username_before %} {{ lang('FIND_USERNAME') }} {% EVENT posting_pm_header_find_username_after %}
{% endif %}
{% if .to_recipient or .bcc_recipient %}
{% endif %}
{% if .to_recipient %}
    {% for to_recipient in .to_recipient %}
  • {% if not S_EDIT_POST %} {% endif %} {% if to_recipient.IS_GROUP %} {{ to_recipient.NAME }} {% else %} {{ to_recipient.NAME_FULL }} {% endif %}
  • {% endfor %}
{% endif %}
{% if .bcc_recipient %}
    {% for bcc_recipient in .bcc_recipient %}
  • {% if not S_EDIT_POST %} {% endif %} {% if bcc_recipient.IS_GROUP %} {{ bcc_recipient.NAME }} {% else %} {{ bcc_recipient.NAME_FULL }} {% endif %}
  • {% endfor %}
{% endif %} {% else %}
{% if not S_EDIT_POST %}
{{ lang('FIND_USERNAME') }} {% endif %}
{% if not S_EDIT_POST %}
{% endif %} {% if .to_recipient %}
    {% for to_recipient in .to_recipient %}
  • {% if to_recipient.IS_GROUP %} {{ to_recipient.NAME }} {% else %} {{ to_recipient.NAME_FULL }} {% endif %}  {% if not S_EDIT_POST %} {% endif %}
  • {% endfor %}
{% endif %}
{% endif %} {% endif %}