% base_tag %>
Data Model
Data Model for your project
<% control Modules %>
Module $Name
<% control Models %>
$Name <% if ParentModel %> (subclass of $ParentModel)<% end_if %>
Fields
<% control Fields %>
- $Name - $Type
<% end_control %>
Relations
<% control Relations %>
- $Name $RelationType $RelatedClass
<% end_control %>
<% end_control %>
<% end_control %>