by
KK » Thu Nov 03, 2016 10:42 pm
Looking at the site you referenced -

- audi.jpg (301.39 KiB) Viewed 2190 times
I'd use the following configuration -
Use a single cloned template (e.g. index.php).
Create each manufacturer as a 'folder' e.g. 'Chrysler', 'BMW' etc.
Create a cloned page for each Model e.g. 'Crossfire', 'Grand Voyager (2008)' etc. for 'Chrysler' in the image.
Use a repeatable-region to input details about the 'Model', 'Original', 'Tuned HP', 'Original', 'Tuned NM' tabular data for each model.
On the fronend, show only the folder-views (i.e. manufactures) and list out the cloned-pages (i.e. models) alongwith the repeatable-region as table.
Would this help?