{% extends '@App/base.html.twig' %} {% block title %} spotLIGHT Video Inventory {% endblock %} {% block modal %}
NAME | VIDEO | DEFAULT NEW CAR | DEFAULT USED CAR | ACTIVE | ACTIONS |
---|---|---|---|---|---|
{{ video.name }} | {% if video.newCarDefault %} Remove as Default {% else %} Make Default {% endif %} | {% if video.usedCarDefault %} Remove as Default {% else %} Make Default {% endif %} | {% if video.active %} Yes {% else %} No {% endif %} | {% if video.active %} Deactivate {% else %} Activate {% endif %} Delete |