{% extends 'admin/base_admin.html' %} {% block title %} {% if object %}Edit Voice Reply{% else %}Add Voice Reply{% endif %} | ChatLab {% endblock %} {% block admin_voice_reply_active %}active{% endblock %} {% block workspace %}
{% csrf_token %}
When a visitor asks a question containing this keyword, the voice reply will trigger. Separate multiple keywords with commas.
Click Record to create a voice reply (requires microphone). {% if object and object.audio_file %}
Current Audio:
{% endif %}
Cancel
{% endblock %}