{% extends "base.html" %} {% block header %} {{ super() }} {% endblock header %} {% block content %} {% include "partials/navbar.html" %}

Exotel Call Toggle

Use this panel to pause or resume outgoing Exotel calls across the system.

{% if exotel_calls_permitted %} Outgoing Exotel calls are currently: Enabled {% else %} Outgoing Exotel calls are currently: Disabled {% endif %}

{% endblock content %}