{% extends 'admin/base_admin.html' %} {% block title %}Quick Types | ChatLab{% endblock %} {% block admin_quicktype_active %}active{% endblock %} {% block workspace %}
{% if quicktypes %}
{% for q in quicktypes %} {% endfor %}
LabelCreatedActions
{{ q.label }} {{ q.created_at|date:"M d, Y" }} Edit
{% csrf_token %}
{% else %}
No quick types defined.
{% endif %}
{% endblock %}