{% extends "admin/base.html.twig" %} {% trans_default_domain 'ec_admin' %} {% set title = "Quotations"|trans %} {% block title %}{{ title|raw }}{% endblock %} {% block pageTitle %}{{ title|raw }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %}
{{ "Numéro de devis"|trans }} | {{ "Infos"|trans }} | {{ "Devis"|trans }} | {{ "Envoie de mail"|trans }} | {{ "Actions"|trans }} |
---|---|---|---|---|
{{ entity.number }} |
|
{% set quotationPdf = entity.dirname is defined and entity.dirname %}
{% if 'edit'|moduleActive(allModules) and quotationPdf %}
{% if quotationPdf %}
{% endif %}
{% endif %}
{# {% set orderBC = entity.order.dirname is defined and entity.order.dirname %}#}
{# {% if 'edit'|moduleActive(allModules) and orderBC %}#}
{# #}
{# #}
{# {% if quotationPdf %}#}
{# #}
{# {% endif %}#}
{# #}
{# {% else %}#}
{# #}
{# #}
{# {% if quotationPdf %}#}
{# #}
{# {% endif %}#}
{# #}
{# {% endif %}#}
|
{% set status = entity.status %} {% set email = status ? status.email : null %} {% set i18n = email|i18n(contact.locale) %} {% if status %} {% set i18n = i18n ? i18n : status.email|i18n('fr') %} {% endif %} {% if i18n and email and email.isActive %} {% endif %} | {% if 'edit'|moduleActive(allModules) %} {% endif %} {% if 'edit'|moduleActive(allModules) %} {% endif %} {% if 'delete'|moduleActive(allModules) %} {% endif %} |
{{ "Aucune quotation"|trans }} |