diff --git a/templates/Includes/GridField_print.ss b/templates/Includes/GridField_print.ss index 80450a9cb..8595007fd 100644 --- a/templates/Includes/GridField_print.ss +++ b/templates/Includes/GridField_print.ss @@ -10,9 +10,15 @@ <% loop Header %>$CellString<% end_loop %> + <% if ItemRows %> <% loop ItemRows %> <% loop ItemRow %>$CellString<% end_loop %> <% end_loop %> + <% else %> + +

<% _t('GridField.NoItemsFound', 'No items found') %>

+ + <% end_if %>