{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block title %}Contract index{% endblock %} {% block body %}

{{ 'title.contract_list'|trans }}

{% if app.user.profileType.type != 'b' %}

{{ 'action.create_post'|trans }}

{% endif %}
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for extraOption in extra_options %}#} {# #} {# {% endfor %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for contract in contracts %}#} {# #} {# #} {# #} {# #} {# #} {# {% set lastStatus = contract.contractStatusList|first %}#} {# #} {# {% for extraOption in extra_options %}#} {# #} {# {% endfor %}#} {# #} {# #} {# #} {# #} {# #} {# {% else %}#} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
#{{ 'label.contract.number'|trans }} {{ 'label.create_date'|trans }} {{ 'label.company_name'|trans }}{{ 'label.company.siren'|trans }}{{ 'label.contract.status'|trans }}#} {# {{ extraOption.name }}#} {# {{ '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 }}#} {# {{ lastStatus.status.description }}#} {# #} {# {% for extraOptionType in contract.getTotalExtraOptions %}#} {# {% if extraOption.id == extraOptionType.id %}#} {# {{ extraOptionType.value }}#} {# {% endif %}#} {# {% 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 }}
#}

Chargement en cours...
{% endblock %} {% block javascripts %} {{ parent() }} {# #} {% endblock %}