IVR Prompt Mapping

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}

IVR Prompts Mapping

{% for mapping in ivr_prompt_mapping.items %} {% if mapping.status == "active" %} {% else %} {% endif %} {% endfor %}
{{mapping.ivr_prompt.event}} {{mapping.mapped_table_name}} {{mapping.mapped_table_column_name}} {{mapping.value}}