mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
5 lines
121 B
Scheme
5 lines
121 B
Scheme
|
<% if Results %>
|
||
|
$Form
|
||
|
<% else %>
|
||
|
<p><% sprintf(_t('GenericDataAdmin.NORESULTS'), $ModelPluralName) %></p>
|
||
|
<% end_if %>
|