{% extends 'YOUAdminBundle::layout.html.twig' %} {% block body %} {% import 'YOUAdminBundle:Boutique:macro.html.twig' as macros %}
{% for img in imgBoutique %} {% if img.logo == 1 %}
Logo Boutique
{% else %}
Image présentation
{% endif %}
{% endfor %} {% for img in imgProduct %}
Image produit
Titre :{{ img.titre }}
Description : {{ img.description }}
Taille : {{ img.fileSize }}
Hauteur: {{ img.height }}px
Largeur: {{ img.width }}px
Date de creation: {{ img.product.date | date('m/d/Y') }}
Prix {% if img.product.type == 'material' %}{{ img.product.material.prix }}{% else %}{{ img.product.service.tarif }}{% endif %}€
Refuser Le produit
Motif Confirmer
{% endfor %}
{% endblock %}