{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block modal %} {% endblock %} {% block body %}
{% if repair_order.video != false %}
{% else %}

Instructions:

Your inspection video and quote will come soon in this platform. Use the buttons below to communicate with your advisor.

{% endif %}
Tech Name:
{{ repair_order.technician | split(' ')[0] }}
Certification:
{{ repair_order.technician.certification }}
Experience:
{{ repair_order.technician.experience }} YRS
{% if mpi == true %}
{% endif %} {% if createAQuote == true and repair_order.video %}
{% elseif createAQuote == true and repair_order.video is null %}
{% endif %}
{% if myLoan != false %} Finance Your Repair {% elseif settings.financeRepairUrl %} {% if settings.appraiseMyCarButtonText %} {{ settings.appraiseMyCarButtonText }} {% else %} Finance Your Repair {% endif %} {% else %} {% if settings.appraiseMyCarButtonText %} {{ settings.appraiseMyCarButtonText }} {% else %} Appraise My Car {% endif %} {% endif %}
{#
{% if review_link is not empty %} Rate Your Dealer {% endif %}
#}
{% endblock %} {% block javascripts %} {% endblock %}