{% extends "view/layout.html.twig" %} {% block title %} Suivi | CRM BIVTeam {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{% set titleHelp = "help.details.title"|trans %} {% include 'view/header/_help.html.twig' %} {% if salesTunnelProcessId is not null %}
{{ 'tunnelMovement.list.creationTunnelMovement' | trans }}
{% if app.request.get('finished') == "true" %} {{ 'tunnelMovement.list.tunnelMovementProgress' | trans }} {% else %} {{ 'tunnelMovement.list.tunnelMovementFinished' | trans }} {% endif %} {% if msg %} {% endif %}
{% if app.request.get('finished') == "true" %}

{{ 'tunnelMovement.list.tunnelMovementFinished' | trans }}

{% if salesTunnelProcessId != 0 %} {% else %} {% endif %}
{% else %}

{{ 'tunnelMovement.list.tunnelMovementProgress' | trans }}

{% if 'ROLE_CLIENT_ADMIN' in app.user.roles %} {% endif %} {% endif %}
{% include 'view/salesTunnel/_changeDate.html.twig' %} {% include 'view/salesTunnel/_changeManager.html.twig' %} {% include 'view/salesTunnel/_closeActions.html.twig' %} {% include 'view/salesTunnel/_changeAction.html.twig' %} {% include 'view/import/_importTunnelMovement.html.twig' %} {% else %}

{{ 'tunnelMovement.list.nothing' | trans }}

{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}