<% sprintf(_t('ModelAdmin_ImportSpec_ss.IMPORTSPECLINK', 'Show Specification for %s'),$ModelName) %>

<% sprintf(_t('ModelAdmin_ImportSpec_ss.IMPORTSPECTITLE', 'Specification for %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 %>