{% set count = 0 %}
{% include theme('row_general_data.html') %} {% include theme('chart.html')%} {% for queue in queueData %} {# Iterate over queueData #}

phone_in_talk {{ _('Answered') }}:{{ queue.Calls_Taken }}

cancel_presentation {{ _('Abandoned') }}: {{ queue.Abandoned }}

phone_callback {{ _('Incoming') }}: {{ queue.Calls_Waiting }}

check_circle {{ _('free') }}:{{queue.Agents_Free}}

{% if show_service_level() %}

timelapse {{ _('Service Level') }}: {{ queue.Service_Level }}%

{% endif %}

{{ _('inUse') }}: {{queue.Agents_InUse}}

cancel {{ _('Unavailable') }}: {{queue.Agents_Unavailabe}}

phone_disabled {{ _('busy') }}: {{queue.Agents_Busy}}

add_call {{ _('In call') }}: {{queue.Agents_In_Call}}

{% endfor %}
{% include theme('footer.html') %}