{% load combo %}

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

{% if 'calls' in json.data %} {% with callee=callee|default:"" %} {% with calls=json.data.calls|get:callee %}
{% if json %} {# callee has been set #}

Appel en cours

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

Appels précédents

{% endif %} {% endfor %} {% endif %}
{% endwith %} {% endwith %} {% else %} {% comment %}Ancien modèle de template utilisant le endpoint /calls moins performant {% endcomment %}
{% 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 %}
{% endif %}
{% if not callee %}
{% block info-notice %}Indiquer {{la_ligne|default:"la ligne"}} à suivre.{% endblock %}
{% endif %} {% if not callee %}{% endif %}
{% if callee %}{% endif %}