Deprecated: ini_set(): assert.warning INI setting is deprecated in /home/ctobi/www/web20/vendor/symfony/runtime/Internal/BasicErrorHandler.php on line 35

Deprecated: Constant E_STRICT is deprecated in /home/ctobi/www/web20/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/ctobi/www/web20/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/pages/projects.retail.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
    
    {% block title %}
        Ctobi Fr | Projets Distribution
    {% endblock %}
    
    {% block content %}
    
        {% include "_partials/_navbar.html.twig" %}
    
        <div class="jumbotron text-right" style="background-color:#68748D;">
            <h1 class="display-4" style="color:white">
                <i class="fas fa-shopping-cart"></i>
                Grande Distribution
            </h1>
            <p class="lead text-light">Nos compétences en application</p>
            <hr class="my-4">
            <middle style="color:#999999;">Nous pouvons aider à améliorer la pérformance de votre entreprise
                <span class="pl-3">
                    <i class="fas fa-thumbs-up fa-2x"></i>
                </span>
            </middle>
        </div>
    
        <div class="card-deck">
            {% include "_partials/_userstories.html.twig" with {
            'project' : 'Reporting PVIS/VAP',
            'company' : '@L’Oréal',        
            'text' : 'Développement d\'une solution de reporting pour les application PVIS (produits destinés à la vente en interne au personnel) et VAP (vente au personnel)',
            'footer' : 'fév. 2005',
            'color':'warning',
            }%}
    
            {% include "_partials/_userstories.html.twig" with {
            'project' : 'Reporting commercial groupe',
            'company' : '@BEL Fromageries Group',
            'text' : 'Pilotage du déploiement d’une solution décisionnelle et de reporting groupe pour les 14 entités européennes (UK, Suède, Norvège, Belgique, Hollande, Suisse, Allemagne, Espagne, Italie, Portugal, Slovaquie, Pologne, République Tchèque).
            Aide à la maîtrise d\'ouvrage des filiales. Aide à la maîtrise d\'oeuvre au département SI',
            'footer' : 'mar. 2005',
            'color' : 'info',
            }%}
        </div>
    
    {% endblock %}