{% extends 'admin/base_admin.html' %} {% block title %}{% if media_item %}Edit{% else %}Add{% endif %} Media | ChatLab{% endblock %} {% block admin_media_active %}active{% endblock %} {% block workspace %}
{% csrf_token %}
When a user's question matches these keywords, the AI will reply with this picture.
{% if media_item and media_item.image %}
Primary Image

Primary

{% for extra in media_item.extra_files.all %}
Extra Image

Extra

{% endfor %}
{% endif %}
You can select multiple images. {% if request.user.company.image_limit > 0 %}Your company has an image upload limit of {{ request.user.company.image_limit }}.{% endif %}
Cancel
{% endblock %}