{% extends 'base_param_be.html.twig' %} {% import 'macros/macro.html.twig' as macro %} {% block title %} {{ parent() }} Certificats {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}

Certificats associés aux articles

{% for article in articles %} {% endfor %}
Sous-famille Article Documents
{{ article.getCaption }}
{{ article.id }}
{% if article.certificate %}
{% if article.certificate.getCertificateOriginalFilename() %} {{ article.certificate.getCertificateOriginalFilename() }} supp {% else %} supp {% endif %}
{% endif %} {% if article.noticePlm %}
{% if article.noticePlm.getCertificateOriginalFilename() %} {{ article.noticePlm.getCertificateOriginalFilename() }} supp {% else %} supp {% endif %}
{% endif %} {% if article.noticeConstructeur %}
{% if article.noticeConstructeur.getCertificateOriginalFilename() %} {{ article.noticeConstructeur.getCertificateOriginalFilename() }} supp {% else %} supp {% endif %}
{% endif %}
{% if not article.certificate %}
{% endif %} {% if not article.noticePlm %}
{% endif %} {% if not article.noticeConstructeur %}
{% endif %}
{% endblock %} {% block modal %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}