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/_partials/_userstories.html.twig line 1

Open in your IDE?
  1. <div class="card border-{{color}} mb-3">
    
        <div class="card-body">
            <div class="card-header bg-transparent text-center border-0">
                <h6>{{company}}</h6>
            </div>
            <h5 class="card-title text-lead text-info">
                <strong>{{project}}</strong>
            </h5>
    
            <p class="card-text text-justify text-muted">{{text}}</p>
    
        </div>
    
        <div class="card-footer bg-transparent text_muted text-center">
            <small class="text-muted">{{footer}}</small>
        </div>
    
    </div>