{{ opportunity.title }}
{% include('CRM/OpportunityCRM/tabs/tab_action.html.twig') %}
{{ opportunity.statutValue }}
- Type : {{ opportunity.typeValue }} {% if opportunity.type == 'T02' and opportunity.typeSoumission %}- {{ opportunity.typeSoumissionAbreviation }}{% endif %}
- Responsable commercial : {{ opportunity.responsableCommerciale.fullName }}
- Date de création : {{ opportunity.dateCreation|date('Y-m-d') }} {% if opportunity.type == 'T02' and opportunity.dateSoumission %}
- Date de soumission : {{ opportunity.dateSoumission|date('Y-m-d') }} {% endif %}
- Client : {{ opportunity.client.abreviation }} - {{ opportunity.client.paysName }} {% if opportunity.projet|length %}
- Projet(s) : {% for projet in opportunity.projet %} {% if cpt > 0 %} - {% endif %}{{ projet.intitule }} {% set cpt = cpt + 1 %} {% endfor %} {% endif %}
Montants :
- Budget : {{ opportunity.budget|number_format(0,'',' ') }} {{ opportunity.unityAbreviation }} {% if opportunity.type == 'T02' %}
- Montant caution : {{ opportunity.montantCaution|number_format(0,'',' ') }} {{ opportunity.unityAbreviation }} {% endif %}
- Montant d'offre : {{ opportunity.montantOffre|number_format(0,'',' ') }} {{ opportunity.unityAbreviation }}
- Montant contractualisé : {{ opportunity.montantContractualise|number_format(0,'',' ') }} {{ opportunity.unityAbreviation }}
- Montant part SFM : {{ opportunity.montantPartSFM|number_format(0,'',' ') }} {{ opportunity.unityAbreviation }}
Dernière mise à jour :
-
{% for update in updates|sort((a, b) => b.date <=> a.date) if nb < 5 %}
{% set nb = nb + 1 %}
- {{ update.user }} : {{ update.objet }} ({{ update.date }}) {% if nb == 5 %}
- ... {% endif %} {% endfor %}