The view
template takes some objects (usually just one) from objects
and displays the object's properties in a table.
The view
template also displays a list of other objects related to the first one via has_many
style relationships; this is done by calling the related_accessors
method - see "related_accessors" in Model - to return a list of has-many accessors. Next it calls each of those accessors, and displays the results in a table.
#%] <br /><a href="[%base%]/[%object.table%]/list">Back to listing</a> [% view_related(object); %]
[% button(object, "edit"); button(object, "delete"); %] [% INCLUDE footer %]