<%inherit file="/base/index.html" /> <%def name="heading()">

Sources

Sources are books or papers that can be referenced in the OLD. A source may be associated to a File which is an electronic copy of the source. Alterations to the list of sources will immediately affect the searching and adding of Forms and Collections.

Add
% if c.sources: % for source in c.sources: % endfor
Author Year Title ID
${source.authorLastName}, ${source.authorFirstName} ${source.year} ${source.title} ${source.id}
% endif