<%t ModelAdmin_ImportSpec_ss.IMPORTSPECLINK 'Show Specification for %s' s=$ModelName %>

<%t ModelAdmin_ImportSpec_ss.IMPORTSPECTITLE 'Specification for %s' s=$ModelName %>

<%t ModelAdmin_ImportSpec_ss.IMPORTSPECFIELDS 'Database columns' %>
<% loop $Fields %>
$Name
$Description
<% end_loop %>
<%t ModelAdmin_ImportSpec_ss.IMPORTSPECRELATIONS 'Relations' %>
<% loop $Relations %>
$Name
$Description
<% end_loop %>