{% extends 'superuser/base_super_user.html' %} {% block title %}SMS Gateways | SaaS Control{% endblock %} {% block page_title %}SMS Infrastructure{% endblock %} {% block page_subtitle %}Manage external SMS microservices and API integrations.{% endblock %} {% block content %}
Add New Gateway
{% for gw in gateways %} {% empty %} {% endfor %}
Gateway Name API Endpoint Sender ID Status Actions
{{ gw.name }}
KEY: {{ gw.api_key|slice:":8" }}...
{{ gw.api_url|slice:":40" }}... {{ gw.sender_id|default:"-" }} DELETE
No external gateways configured. System using default BulkSMSBD.
{% endblock %}