{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %} {% if is_new %} Add SMS Integration - {% site_name %} {% else %} SMS Settings - {% site_name %} {% endif %} {% endblock %} {% block content %}
Get a SMS message to the specified phone number when a check goes down.
{% if show_pricing and profile.sms_limit == 0 %}Paid plan required. SMS messaging is not available on the free plan–sending the messages cost too much! Please upgrade to a paid plan to enable SMS messaging.
{% endif %}