{% load combo %}

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

{% if json %} {# callee has been set #} {% for call in json.data.current %} {% if forloop.first %}Appel en cours{% endif %}
{{call.start|parse_datetime|date:"H:i"}} : {{ call.caller }}
{% endfor %} {% for call in json.data.past|slice:":5" %} {% if forloop.first %}Appels passés{% endif %}
{{call.start|parse_datetime|date:"H:i"}} : {{ call.caller }}
{% endfor %} {% endif %}
{% if not callee %}
Il est nécessaire de renseigner un numéro de ligne pour le service téléphonique.
{% endif %} {% if not callee %}{% endif %}
{% if callee %}{% endif %}