{% extends "base.html" %} {% block title %}Chat — {{ owner.tenant.name }}{% endblock %} {% block nav %}{% include "dashboard/_nav.html" %}{% endblock %} {% block content %}
| Vrijeme | Poruka | Ishod | |
|---|---|---|---|
| {{ row.chat.started_at.strftime('%d.%m. %H:%M') }} | {{ row.preview }} | {% if row.chat.outcome %}{{ outcome_labels.get(row.chat.outcome, row.chat.outcome) }}{% endif %} | Detalji |
| Još nema chat razgovora. Postavite widget na vašu web stranicu — kod se nalazi pod Asistent. | |||