+ | {{ call.started_at or '-' }} |
+ {{ call.full_name or call.username or '-' }} |
+ {% if call.direction == 'outbound' %}Udgående{% else %}Indgående{% endif %} |
+ {{ call.display_number or '-' }} |
+
+ {% if call.kontakt_id %}
+ {{ (call.contact_name or ('Kontakt #' ~ call.kontakt_id))|trim }}
+ {% else %}
+ -
+ {% endif %}
+ |
+
+ {% if call.sag_id %}
+ {{ call.sag_titel or ('Sag #' ~ call.sag_id) }}
+ {% else %}
+ -
+ {% endif %}
+ |
+ {{ call.duration_sec if call.duration_sec is not none else '-' }} |
+
+ {% endfor %}
+ {% else %}
+