diff --git a/app/views/admin/communication/blocks/templates/pages/_preview.html.erb b/app/views/admin/communication/blocks/templates/pages/_preview.html.erb
index 85c564f694b2d8496c1f6fcc858c325173a175cd..093f0ee87f17c9812321947d9e66c2b3e8d51e39 100644
--- a/app/views/admin/communication/blocks/templates/pages/_preview.html.erb
+++ b/app/views/admin/communication/blocks/templates/pages/_preview.html.erb
@@ -15,7 +15,7 @@ class_name += " block-pages--" + @block.template.layout
             <% if @block.template.layout === "cards" || @block.template.layout === "list" %>
               <h2><%= link_to @block.template.page, @block.template.page.url %></h2>
             
-            <% elsif @block.template.layout === "grid" && @block.template.page %>
+            <% elsif @block.template.layout === "grid" && @block.template.page && @block.template.show_main_description %>
               <h2><%= link_to @block.title, @block.template.page.url %></h2>
               <p class="description"><%= @block.template.page.summary %></p>