{% extends "AppBundle::/Excel/import/index_base.html.twig" %} {% block title 'Importar Transición Masiva' %} {% block stylesheets3rd %}{% endblock %} {% block headercontent %}
Código | Nombre | Estados a Transicionar | Permite Transiciones Manuales |
---|---|---|---|
{{ status["code"] }} | {{ status["name"] }} | {% if status["transitions"]|length > 0 %} {% for transition in status["transitions"] %} {{ transition["code"] }} {% endfor %} {% else %} -- {% endif %} | {% if status["transitions"]|length == 0 %} -- {% elseif status[0] %} Sí {% else %} No {% endif %} |