| <%= t(:field_customer)%> | <%= vehicle.customer ? link_to(vehicle.customer.name, customer_path(vehicle.customer)) : t(:no_customer) %> |
|---|---|
| <%= t(:field_vehicle) %> | <%= vehicle.to_s %> |
| <%= t(:field_vin) %> |
<%= @vin[0] if @vin %><%=@vin[1] if @vin%>
|
<%= t(:label_trim) %> | <%= vehicle.doors %> <%=t(:label_door) if vehicle.doors? %> <%= vehicle.trim %> |
<%= vehicle.notes %>
<%=t(:label_last_service) %> <%= last&.closed_on&.to_date || l(:label_unknown) %> at <%= mileage.value %> <%=t(:label_miles) %>
<% end %> <% end %>