{% extends 'admin/base_admin.html' %} {% block title %}Voice Replies | ChatLab{% endblock %} {% block admin_voice_reply_active %}active{% endblock %} {% block workspace %}

Voice Reply Entries

{% if replies %}
{% for reply in replies %} {% endfor %}
Keyword Voice Reply (Audio) Created Actions
{{ reply.keyword }} {% if reply.audio_file %} {% else %} No audio file {% endif %} {{ reply.created_at|date:"M d, Y" }}
Edit
{% csrf_token %}
{% else %}
🎙️

No Voice Replies Defined

Create voice replies mapped to keywords that automatically trigger audio responses.

Add Voice Reply
{% endif %}
{% endblock %}