{# @author: Benjamin AMOUZOU #} {% extends "commercial/template-commercial.html.twig" %} {% block titre_enfant %} Matieres premières {% endblock %} {% block contenu_principal_commercial %}
{% include('template-message.html.twig') %}
Matières premières  {{total}}
  Nouveau
{% set nbre = 0 %} {% for matiere in matierePremieres %} {% set nbre = nbre + 1 %} {% endfor %}
# Dénomination Famille Prix formel Prix informel Action
{{nbre}} {{ matiere.denomination }} {% if matiere.familleMatiere is defined and matiere.familleMatiere is not empty %} {{ matiere.familleMatiere.denomination }} {% endif %} {% if matiere.prixKiloFormel is defined and matiere.prixKiloFormel is not empty %} {{ matiere.prixKiloFormel }} FCFA {% else %} {{'Non renseigné'}} {% endif %} {% if matiere.prixKiloInformel is defined and matiere.prixKiloInformel is not empty %} {{ matiere.prixKiloInformel }} FCFA {% else %} {{'Non renseigné'}} {% endif %}    {% if is_granted('ROLE_ADMIN') %}    {% endif %}
{{ knp_pagination_render(matierePremieres, 'template-paginator.html.twig') }}
{% endblock %}