[% INCLUDE html_header.tt2 %]
[% FOR source IN sources %]
    
    [% INCLUDE columns_table.tt2 %]
    [% IF source.unique_constraints.size %]
        [% INCLUDE unique_constraints_table.tt2 %]
    [% END %]
    [% IF source.relationships.size %]
        
        [% INCLUDE relationship_table.tt2 %]
    [% END %]
    
[% END %]
[% INCLUDE html_footer.tt2 %]
[%# $Id: AUTODOC.html 22 2007-11-21 15:17:51Z jason $ #%]