{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Send SMS" %} - PX360{% endblock %} {% block content %}

{% trans "Send SMS" %}

{% trans "Send a text message directly to any phone number" %}

{% csrf_token %}

{% trans "Enter the phone number in international format with country code" %}

{% trans "Maximum 1600 characters" %} 0 / 1600

{% trans "Important Notes" %}

  • {% trans "SMS messages should be concise and professional" %}
  • {% trans "Long messages may be split into multiple SMS parts" %}
  • {% trans "All sent messages are logged for audit purposes" %}
  • {% trans "Use responsibly - abuse of this feature is strictly prohibited" %}
{% endblock %}