{% if app.session.get('exportacaoshapefile_search_text') is not empty %} {% endif %}

{{'cabecalho.listar.exportacaoshapefile'|trans}}

{% if is_granted('ROLE_EXPORTACAOSHAPEFILE_CREATE') %} {{'acao.incluir'|trans}} {% endif %}
{% for entity in entities %} {% if entity.numViagensProcessadas > 0 %} {% else %} {% endif %} {% endfor %}
Data de inĂ­cio Data de fim Progresso Status Download
{{ entity.datInicio|date("d/m/Y") }} {{ entity.datFim|date("d/m/Y") }}{{ entity.numViagens|default(0) / entity.numViagensProcessadas|default(1) * 100 ~ '%'}} ({{ entity.numViagens ~ '/' ~ entity.numViagensProcessadas }}){{ entity.numViagens|default(0) / 1 * 100 ~ '%'}} ({{ entity.numViagens ~ '/' ~ entity.numViagensProcessadas }}){{ entity.status }}
{# #} {% if entity.status == 'finalizado' and entity.numViagensProcessadas > 0 %} {% endif %}
{% set module = "exportacaoshapefile"%} {% include "propesqBundle:Form:pagination.html.twig" %}