{% extends "withnav_template.html" %} {% from "components/sms-message.html" import sms_message %} {% block page_title %} GOV.UK Notify | Notifications activity {% endblock %} {% block maincolumn_content %}

Text message to {{ message.phone }}

{{ sms_message(message.message) }}

View other notifications in this job

{% endblock %}