{% 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 %}

Inbound SMS Assigned Nubmer

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.

{{ page_footer( 'Confirm', back_link=url_for('.service_settings', service_id=current_service.id), back_link_text='Back to settings' ) }}
{% endblock %}