{{ name }} -
{% include 'row_general_data.html' %}
{{ _('Name') }} | {{ _('Interface') }} | {{ _('Status') }} | {{ _('Calls') }} | {{ _('Last call at') }} |
---|---|---|---|---|
{{ agent.Name }} | {{ agent.StateInterface }} | {{ str_status_agent(agent.Status) }} | {{ agent.CallsTaken }} | {{ agent.LastCall }} |
{{ _('Id Name') }} | {{ _('Id Number') }} | {{ _('Position') }} | {{ _('Wait') }} |
---|---|---|---|
{{ caller.CallerIDName }} | {{ caller.CallerIDNum }} | {{ caller.Position }} | {{ caller.Wait }} |