{% extends 'admin/base_admin.html' %} {% block title %} {% if object %}Edit Agent: {{ object.username }}{% else %}Add Agent{% endif %} | ChatLab {% endblock %} {% block admin_agent_active %}active{% endblock %} {% block workspace %}
{% csrf_token %}
This name will be displayed at the top of the chat when the agent joins.
{% if object.agent_photo %}
{{ object.username }} Current Photo
{% endif %}
Upload a square avatar; the server will compress it to an optimized size.
Cancel
{% endblock %}