<%= vehicleName %>
<% if (faultsCount && faultsCount != 0) {%>
<%= faultsCount %> <%= strings.defects %>
<% } %> <% if (price) {%>
<%= price %> <%= currency_symbol %>
<% } %> <% if (regDate) { %> <%= strings.registration_date_short %> <%= regDate %> <% } %> <% if (mileage) { %> <%= mileage %> <%= Settings.current.get('distance_unit') %> <% } %>