{% extends 'base.html.twig' %} {% set titleName = "Operator : " ~ operator.name %} {% block title %} POWER DATA | {{titleName}} {% endblock %} {% block page %}{{titleName}}{% endblock %} {% block breadcrumb %} {% if titleName != "Home" %} {{titleName}} {% endif %} {% endblock %} {% block css %} {% endblock %} {% block content %}
{% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %}
{% if totalLines > 0 %}

Status

Contacts By Operator

{% else %}

No contact statistics available for this date interval

{% endif %}
{% if totalLines > 0 %}
{% else %}

No contact statistics available for this date interval

{% endif %}
Collaborator {{ operator.collaborator is not null ? operator.collaborator.firstName~" "~operator.collaborator.lastName : " Not Connected" }}
Total contacts {{ totalLines }}
Batch Live valid {{ countValidBatch ~ "/"~ countBatch }}
Batch Not Checked By Admin {{ batchNotChecked ~ "/"~ countBatch }}
{% endblock %} {% block script %} {% if totalLines > 0 %} {% endif %} {% endblock %}