{% 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 recipient in to_recipient %}
  • {% if not S_EDIT_POST %} {% endif %} {% if recipient.IS_GROUP %} {{ recipient.NAME }} {% else %} {{ recipient.NAME_FULL }} {% endif %}
  • {% endfor %}
{% endif %}
{% if bcc_recipient %}
    {% for recipient in bcc_recipient %}
  • {% if not S_EDIT_POST %} {% endif %} {% if recipient.IS_GROUP %} {{ recipient.NAME }} {% else %} {{ 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 recipient in to_recipient %}
  • {% if not S_EDIT_POST %} {% endif %} {% if recipient.IS_GROUP %} {{ recipient.NAME }} {% else %} {{ recipient.NAME_FULL }} {% endif %}
  • {% endfor %}
{% endif %}
{% endif %} {% endif %}