{% extends 'base.html.twig' %} {% block title %}admin - CompanyInformation{% endblock %} {% block body %}
{% include '/management/top_menu.html.twig' %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('warning') %}
{{ message }}
{% endfor %}
{% include '/management/Admin/vertical_menu.html.twig' %}
Documents Contractuelles
{% set name = "Contrat SymaBat" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Bon de commande Outil" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Assurance Décennale" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Assurance RC Professionnelle" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Quittance d'assurance décennale" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Quittance d'assurance RC professionnelle" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "KBis" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "RIB" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Attestation de régularité fiscale ou Bilan" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Attestation de vigilance URSSAF" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Attestation RGE" %} {% set document = company.getCompanyDocumentByName(name) %} {% set name = "Attestation congés et intempéries" %} {% set document = company.getCompanyDocumentByName(name) %}
Document Obligatoire Date d'édition du document Valide jusqu'au Mise à jour le
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ name }} {{ document and document.createdAt() ? document.createdAt()|date("d/m/Y") : "" }} {{ document and document.validAt() ? document.validAt()|date("d/m/Y") : "" }} {{ document and document.updatedAt() ? document.updatedAt()|date("d/m/Y") : "" }}
{{ form_start(form) }} {{ form_label(form.type) }} {{ form_widget(form.type) }} {{ form_label(form.file) }} {{ form_widget(form.file) }} {{ form_end(form) }}
{% endblock %} {% block javascripts %} {% endblock %}