I'm using podscms for creating a database site.
I would like to create two different wp templates to use for detail and list Pods pages so that i can load some specific scripts and code.
But i really haven't understand in which way Pods choose the theme templates that can be used for pods pages.
I created a page called pods.php in a child theme of twenty eleven. The pods.php template is copied by the page.php with pods_content() instead of the loop.
If i leave unchanged the --Page Template-- select in the pods page setup, the pods.php template is chosen automatically.
I would like to understand how Pods choose which page template to use and how can I create two pages to choose among (eg. pods-list.php and pods-detail.php) and how to show them in the --Page Template-- select.
Many thanks!