{% 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 loops.to_recipient|length or loops.bcc_recipient|length %}
{% endif %}
{% if loops.to_recipient|length %}
    {% for to_recipient in loops.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 loops.bcc_recipient|length %}
    {% for bcc_recipient in loops.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 loops.to_recipient|length %}
    {% for to_recipient in loops.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 %}