{{ vehicle().name }}
-From {{ vehicle().price }}
-{{ vehicle().description || 'test' }}
+From {{ vehicle().price || 'unlisted' }}
+{{ vehicle().description }}
From {{ vehicle().price }}
-{{ vehicle().description || 'test' }}
+From {{ vehicle().price || 'unlisted' }}
+{{ vehicle().description }}