{% with messages = get_flashed_messages() %} {% if messages %} Got error while uploading these prompts: Check Prompts {% endif %} {% endwith %}
IVR Prompts Download
{% for prompts in ivr_prompts.items %} {% if prompts.status == "active" %} {% else %} {% endif %} {% endfor %}
{{prompts.event}} {{prompts.exotel_appid}} {{prompts.keypress}} {{prompts.event_type}}
{% for page_num in ivr_prompts.iter_pages(left_edge=5, right_edge=2, left_current=2, right_current=3) %} {% if page_num %} {% if ivr_prompts.page == page_num %} {{ page_num }} {% else %} {{ page_num }} {% endif %} {% else %} .... {% endif %} {% endfor %}