{% extends 'base_rma_general.html.twig' %} {% import 'macros/macro.html.twig' as macro %} {% block title %} {{ parent() }} RMA TERMINE {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block headerRight %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }} {# #} {% if status == 'notCertif' %}

TERMINER RMA

La rma {{ rma.code }} nécessite un certificat pour pouvoir être terminée

{% elseif status == 'ok' %}
{{ form_start(form, {'attr' : {'id' : 'rma-termine-form', 'autocomplete' : 'off'}}) }} {{ form_widget(form.state, {'attr' : { 'style' : 'display: none;'}})}}

TERMINER RMA

{{ form_widget(form.dateFin, {'attr' : {'class' : 'form-control', 'style' : 'border: none;'}}) }}
{{ form_widget(form.commentaireFin, {'attr' : {'style' : 'height: 80px; resize: none;'}}) }}
{{ form_end(form) }}
{% elseif status == 'submit' %} {% else %}

Aucune RMA trouvée

{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}