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

Configured Parameters

{% 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 Custom Parameters Defined

Add custom parameters tailored to your company's needs.

Add Custom Parameter
{% endif %}
{% endblock %}