{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Notification Channels - {% site_name %}{% endblock %} {% block content %}

SMS

Get a SMS message to your specified number when 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 costs too much! Please upgrade to a paid plan to enable SMS messaging.

{% endif %}

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}