Hello and thank you for this forum!
I would like to print my custom dive list by editing a template including country dive site.
I've seen the list of columns that can be printed and how to do it in the Subsurface help. The possible print columns are like "<th>{{ dive.something }}</th>".
I've successfully added columns, except for the country column, which depends on the "sitedive" and not the "dive". For example, <th>{{ dive.tags }}</td> or <th>{{ dive.location }}</th>.
But it's not possible to add <th>{{ site.country }}</th> (or something similar).
There are many dive sites called "coral gardens"; I would need to differentiate them by adding a country column. Is this possible?
Thanks for reading me.