{% extends 'base.html.twig' %} {% block title %} Société {{ societe.nomSociete }} {% endblock %} {% block body %} {# {% include 'app/modal.html.twig' %} #}
Vous pouvez ici gérer vos projets.
{% set erreurs ="" %} {% if societe.adresseFacturationSocietes|length == 0 %} {% set erreurs = erreurs ~ "- Il manque à minima une adresse de facturation. " %} {% endif %} {% if societe.siren == null %} {% set erreurs = erreurs ~ "- Votre SIREN est nul." %} {% endif %} {% if erreurs != null %} {% include 'app/societeIncomplete.html.twig' %} {% endif %}| # | Projets |
|---|---|
| {{ projet.nom }} ({{ projet.prestations|length }} prestation{% if projet.prestations|length > 1%}s{% endif %}) |