{% load combo %}

Appels{% if callee %} (ligne {{callee}}){% endif %}

{% if json %} {# callee has been set #} Appel en cours {% for call in json.data.current %} {% if forloop.first %} {% endif %}
{{call.start|parse_datetime|date:"H\hi"}} : {{ call.caller }}
{% empty %}
Pas d'appel en cours
{% endfor %} {% for call in json.data.past|slice:":10" %} {% if forloop.first %}Appels précédents{% endif %}
{{call.start|parse_datetime|date:"H\hi"}} : {{ call.caller }}
{% endfor %} {% endif %}
{% if not callee %}
Indiquer le numéro de ligne à suivre.
{% endif %} {% if not callee %}{% endif %}
{% if callee %}{% endif %}