{% extends "withnav_template.html" %} {% from "components/table.html" import text_field, edit_field %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} Inbound SMS Assigned Number {% endblock %} {% block maincolumn_content %}
The following number has been assigned to your inbound sms service.
{{inbound_number}}
If you would like to continue and activate the inbound sms service, please click the confirm button.
{% endblock %}