{% extends 'admin/base_admin.html' %} {% block title %}Database | ChatLab{% endblock %} {% block admin_param_active %}active{% endblock %} {% block workspace %}

Database Entries

{% if parameters %}
{% for param in parameters %} {% endfor %}
Keyword Response Created Actions
{{ param.keyword }} {{ param.response|truncatechars:80 }} {{ param.created_at|date:"M d, Y" }}
Edit
{% csrf_token %}
{% else %}
📂

No Database Entries Defined

Add database entries tailored to your company's needs.

Add Entry
{% endif %}
{% endblock %}