|
|
@ -96,9 +96,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-8 offset-md-2">
|
|
|
|
<div class="col-md-8 offset-md-2">
|
|
|
|
|
|
|
|
|
|
|
|
{% if offre is not empty %}
|
|
|
|
|
|
|
|
|
|
|
|
{% if offres %}
|
|
|
|
{% for offre in offres %}
|
|
|
|
{% for offre in offres %}
|
|
|
|
<article class="list-group-item">
|
|
|
|
<article class="list-group-item">
|
|
|
|
<div class="row1">
|
|
|
|
<div class="row1">
|
|
|
|
<img src="{{dir}}/public/uploads/{{offre.getLogo()}}" class="img-fluid rounded" alt="logo"> <!-- Ajoutez la classe "rounded" pour arrondir les coins -->
|
|
|
|
<img src="{{dir}}/public/uploads/{{offre.getLogo()}}" class="img-fluid rounded" alt="logo"> <!-- Ajoutez la classe "rounded" pour arrondir les coins -->
|
|
|
|
<h4>{{ offre.getNom() }}</h4>
|
|
|
|
<h4>{{ offre.getNom() }}</h4>
|
|
|
|