{% if PUSHMESSAGE_ALLOW_USE and S_PUSHMESSAGE_ENABLE %} {% if not S_PUSHMESSAGE_POPUP %}{% include 'overall_header.html' %}{% else %}{% include 'simple_header.html' %}{% endif %} {% INCLUDECSS '@dmzx_pushmessage/pushmessage.css' %}
{{ lang('PUSHMESSAGE_MESSAGE_SEND') }}

{{ lang('PUSHMESSAGE_USER_SELECTION_EXPLAIN') }}
 
{{ S_FORM_TOKEN }}
{% if PUSHMESSAGE_ENABLE_LAST_MESSAGE %}
{{ PUSHMESSAGE_COUNT_LAST_MESSAGE }} {{ lang('PUSHMESSAGE_SENT_MESSAGES') }}

{{ PUSHMESSAGE_COUNT_LAST_MESSAGE }} {{ lang('PUSHMESSAGE_RECEIVED_MESSAGES') }}
{% endif %} {% if not S_PUSHMESSAGE_POPUP %} {% include 'overall_footer.html' %} {% else %} {% include 'simple_footer.html' %} {% endif %} {% endif %}