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

<% sprintf(_t('IMPORTSPECTITLE', 'Specification for %s'),$ModelName) %>

<% _t('IMPORTSPECFIELDS', 'Database columns') %>
<% loop Fields %>
$Name
$Description
<% end_loop %>
<% _t('IMPORTSPECRELATIONS', 'Relations') %>
<% loop Relations %>
$Name
$Description
<% end_loop %>