{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %}Contract index{% endblock %} {% block body %}
#{{ 'label.contract.number'|trans }} | #} {#{{ 'label.create_date'|trans }} | #} {#{{ 'label.company_name'|trans }} | #} {#{{ 'label.company.siren'|trans }} | #} {#{{ 'label.contract.status'|trans }} | #} {# {% for extraOption in extra_options %}#} {##} {# {{ extraOption.name }}#} {# | #} {# {% endfor %}#} {#{{ 'profile_type.seller'|trans }} | #} {#{{ 'label.date_appointment'|trans }} | #} {#{{ 'label.signed_date'|trans }} | #} {#{{ 'label.actions'|trans }} | #} {#||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ contract.number }} | #} {#{{ contract.createdAt ? contract.createdAt|date('d-m-Y H:i:s') : '' }} | #} {#{{ contract.owner.companyName }} | #} {#{{ contract.owner.siren }} | #} {# {% set lastStatus = contract.contractStatusList|first %}#} {##} {# {{ lastStatus.status.description }}#} {# | #} {# {% for extraOption in extra_options %}#} {##} {# {% for extraOptionType in contract.getTotalExtraOptions %}#} {# {% if extraOption.id == extraOptionType.id %}#} {# {{ extraOptionType.value }}#} {# {% endif %}#} {# {% endfor %}#} {# | #} {# {% endfor %}#} {##} {# {% if app.user.profileType.type == 'b' %}#} {# {{ contract.author.getHiddenFullname() }}#} {# {% else %}#} {# {{ contract.author.fullname }}#} {# {% endif %}#} {# | #} {#{{ contract.appointmentDate ? contract.appointmentDate|date('d-m-Y') : '' }} | #} {#{{ contract.signatureDate ? contract.signatureDate|date('d-m-Y') : '' }} | #} {##} {# #} {# {% if app.user.id == contract.author.id or app.user.profileType.type in ['s', 'p'] %}#} {# #} {# #} {# #} {# {% endif %}#} {# | #} {#||||
{{ 'text.contract.no_records_found'|trans }} | #} {#