{% if not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP and PMREGBAR_ENABLEREG %}
{% if not PMREGBAR_ENABLE_TEXT %}{{ lang('PMREGBAR_WELCOME') }}{% else %}{{ PMREGBAR_TEXT_FIELD }} {% endif %}
{% endif %} {% if not S_IS_BOT and S_USER_LOGGED_IN and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) and PMREGBAR_ENABLEPM %}
{{ lang('PMREGBAR_PM') }}
{% endif %}