{% extends 'base.html.twig' %} {% set titleName = "Canal : " ~ canal.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 Canal

{% else %}

No contact statistics available for this date interval

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

No contact statistics available for this date interval

{% endif %}
Total contacts {{ totalLines }}
{% endblock %} {% block script %} {% if totalLines > 0 %} {% endif %} {% endblock %}