{% load combo %}

{% block title %}Appels{% if callee %} ({{ligne|default:"ligne"}} {{callee}}){% endif %}{% endblock %}

{% if json %} {# callee has been set #}

Appel en cours

{% for call in json.data.current %} {% if forloop.first %} {% endif %} {% empty %}
Pas d’appel en cours
{% endfor %} {% for call in json.data.past|slice:":10" %} {% if forloop.first %}

Appels précédents

{% endif %} {% endfor %} {% endif %}
{% if not callee %}
{% block info-notice %}Indiquer {{la_ligne|default:"la ligne"}} à suivre.{% endblock %}
{% endif %} {% if not callee %}{% endif %}
{% if callee %}{% endif %}