{% extends "base.html" %} {% block title %}Gravações{% endblock %} {% set active = "recordings" %} {% block head %} {% endblock %} {% block content %}
| Uniq.ID | Data/Hora | Ramal | Cliente | Direção | Status | Duração | Arquivo | Player |
|---|---|---|---|---|---|---|---|---|
| {{ f.date }} | {{ f.extension }} | {{ f.caller }} | {% if f.direction == "inbound" %} Entrada {% elif f.direction == "outbound" %} Saída {% else %} — {% endif %} | {% if f.status == "answered" %} Atendida {% elif f.status == "lost" %} Perdida {% elif f.status == "busy" %} Ocupado {% elif f.status %} {{ f.status }} {% else %} — {% endif %} | {{ f.duration or f.size_mb ~ " MB" }} |