<%t SilverStripe\Admin\ModelAdmin.IMPORTSPECLINK 'Show Specification for {model}' model=$ModelName %>

<%t SilverStripe\Admin\ModelAdmin.IMPORTSPECTITLE 'Specification for {model}' model=$ModelName %>

<%t SilverStripe\Admin\ModelAdmin.IMPORTSPECFIELDS 'Database columns' %>
<% loop $Fields %>
$Name
$Description
<% end_loop %>
<%t SilverStripe\Admin\ModelAdmin.IMPORTSPECRELATIONS 'Relations' %>
<% loop $Relations %>
$Name
$Description
<% end_loop %>