{% extends '@App/base.html.twig' %} {% block title %} Internal ROs {% endblock %} {% block body %}
RO NUMBER | STOCK NUMBER | YEAR/MAKE/MODEL | DATE CREATED | {% if type == 'completed' or type == 'post-inspection' %}PRE INSPECTION VIDEO | {% endif %} {% if type == 'completed' %}POST INSPECTION VIDEO | {% endif %}ACTION |
---|---|---|---|---|---|---|
{{ 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') }} | {% if type == 'completed' or type == 'post-inspection' %}VIDEO | {% endif %} {% if type == 'completed' %}VIDEO | {% endif %}Edit Delete RO |