URA (IVR)

{% if ivrs %} {% for item in ivrs %}
{{ item.ivr.name }} (ramal {{ item.ivr.extension }})

Contexto: {{ item.ivr.context }} | Timeout: {{ item.ivr.timeout }}s

{% if item.entries %} {% for e in item.entries %}{% endfor %}
TeclaTipoDestino
{{ e.digit }}{{ e.destination_type }}{{ e.destination }}
{% endif %}
{% endfor %} {% else %}
Nenhuma URA configurada.
{% endif %}