<% sprintf(_t('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 %>