Ver código fonte

Ne pas afficher les infos si absentes

François Drouhard 3 anos atrás
pai
commit
cae0b939ce
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      templates/videotheque/liste_vignettes.html.twig

+ 3 - 1
templates/videotheque/liste_vignettes.html.twig

@@ -109,10 +109,12 @@
 							{% endfor %}
 							</td>
 						</tr>
+						{% if film.information %}
 						<tr>
 							<th>Informations</th>
-							<td>{% if film.information %}{{ film.information | nl2br }}{% else %}Pas d'information{% endif %}</td>
+							<td>{{ film.information | nl2br }}</td>
 						</tr>
+						{% endif %}
 						{% if film.dateSortie %}
 							<tr>
 								<th>Date de sortie</th>