{% extends '@App/base.html.twig' %} {% block title %} Internal ROs {% endblock %} {% block body %}
CREATE NEW INTERNAL RO {% if type == 'completed' or type == 'post-inspection' %} {% endif %} {% if type == 'completed' %} {% endif %} {% for internal_repair_order in internal_repair_orders %} {% if type == 'completed' or type == 'post-inspection' %} {% endif %} {% if type == 'completed' %} {% endif %} {% endfor %}
RO NUMBER STOCK NUMBER YEAR/MAKE/MODEL DATE CREATEDPRE INSPECTION VIDEOPOST INSPECTION VIDEOACTION
{{ internal_repair_order.number }} {{ internal_repair_order.stockNumber }} {{ internal_repair_order.year }}/{{ internal_repair_order.make }} /{{ internal_repair_order.model }} {{ internal_repair_order.date|date('m/d/Y') }} VIDEO VIDEO Edit Delete RO
{% endblock %} {% block javascripts %} {% endblock %}