diff --git a/app/views/admin/application/chapo/_form.html.erb b/app/views/admin/application/summary/_form.html.erb
similarity index 100%
rename from app/views/admin/application/chapo/_form.html.erb
rename to app/views/admin/application/summary/_form.html.erb
diff --git a/app/views/admin/application/chapo/_show.html.erb b/app/views/admin/application/summary/_show.html.erb
similarity index 100%
rename from app/views/admin/application/chapo/_show.html.erb
rename to app/views/admin/application/summary/_show.html.erb
diff --git a/app/views/admin/application/chapo/_static.html.erb b/app/views/admin/application/summary/_static.html.erb
similarity index 100%
rename from app/views/admin/application/chapo/_static.html.erb
rename to app/views/admin/application/summary/_static.html.erb
diff --git a/app/views/admin/communication/websites/pages/_form.html.erb b/app/views/admin/communication/websites/pages/_form.html.erb
index 2d23eb6206036552eab6df88d1e71972d5d76b74..be01510a2f49ea94fefa12effe2f8db77dc81f6d 100644
--- a/app/views/admin/communication/websites/pages/_form.html.erb
+++ b/app/views/admin/communication/websites/pages/_form.html.erb
@@ -15,7 +15,7 @@ url = page.new_record?  ? admin_communication_website_pages_path
         <div class="card-body">
           <%= f.input :title %>
           <%= f.input :breadcrumb_title %>
-          <%= render 'admin/application/chapo/form', f: f, about: page %>
+          <%= render 'admin/application/summary/form', f: f, about: page %>
           <%= f.input :header_text, as: :string %>
           <%= f.input :text, as: :summernote if page.text&.to_plain_text.present? %>
         </div>
diff --git a/app/views/admin/communication/websites/pages/show.html.erb b/app/views/admin/communication/websites/pages/show.html.erb
index f54b86f51bfee3af0be45becdae7773a9c8e3c45..a2410b086042930691b5c177e49c256bc7530625 100644
--- a/app/views/admin/communication/websites/pages/show.html.erb
+++ b/app/views/admin/communication/websites/pages/show.html.erb
@@ -5,7 +5,7 @@
   <div class="row">
     <div class="col-md-8">
 
-      <%= render 'admin/application/chapo/show', about: @page %>
+      <%= render 'admin/application/summary/show', about: @page %>
       <%= render 'admin/communication/blocks/list', about: @page %>
 
       <% if @page.is_special_page? %>
diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb
index 3c635081d23bca305079e10262a0c50b5ada8f73..a7178b1ac861f5216821ff05bb17a3cc5655d314 100644
--- a/app/views/admin/communication/websites/pages/static.html.erb
+++ b/app/views/admin/communication/websites/pages/static.html.erb
@@ -22,7 +22,7 @@ children:
 <% end %>
 description: >
   <%= prepare_text_for_static @about.description %>
-<%= render 'admin/application/chapo/static' %>
+<%= render 'admin/application/summary/static' %>
 header_text: >-
   <%= prepare_html_for_static @about.header_text, @website.university %>
 legacy_text: >
diff --git a/app/views/admin/communication/websites/posts/_form.html.erb b/app/views/admin/communication/websites/posts/_form.html.erb
index 3e0e689a6a0efb57939de546122694714d68e854..314dc9d85040f5265ffe60b2e91d00f769796d3c 100644
--- a/app/views/admin/communication/websites/posts/_form.html.erb
+++ b/app/views/admin/communication/websites/posts/_form.html.erb
@@ -10,7 +10,7 @@
         </div>
         <div class="card-body">
           <%= f.input :title %>
-          <%= render 'admin/application/chapo/form', f: f, about: post %>
+          <%= render 'admin/application/summary/form', f: f, about: post %>
           <%= f.input :text, as: :summernote if post.text&.to_plain_text.present? %>
         </div>
       </div>
diff --git a/app/views/admin/communication/websites/posts/show.html.erb b/app/views/admin/communication/websites/posts/show.html.erb
index 37fd3ef303103db72d7f43d1cc4c2c12347c325f..dc23ed4d22e43a36c6b028e98de369c8834b6f2d 100644
--- a/app/views/admin/communication/websites/posts/show.html.erb
+++ b/app/views/admin/communication/websites/posts/show.html.erb
@@ -3,7 +3,7 @@
 <%= render 'admin/communication/websites/sidebar' do %>
   <div class="row">
     <div class="col-md-8">
-      <%= render 'admin/application/chapo/show', about: @post %>
+      <%= render 'admin/application/summary/show', about: @post %>
       <%= render 'admin/communication/blocks/list', about: @post %>
     </div>
     <div class="col-md-4">
diff --git a/app/views/admin/communication/websites/posts/static.html.erb b/app/views/admin/communication/websites/posts/static.html.erb
index 85218433f72c6fb817c0ffd13a63c59c9f74e8f4..a2471e461a9fbaa840df6f1907dccecf728c4cbb 100644
--- a/app/views/admin/communication/websites/posts/static.html.erb
+++ b/app/views/admin/communication/websites/posts/static.html.erb
@@ -19,7 +19,7 @@ categories:
 <%= render 'admin/communication/unsplash/static' %>
 description: >
   <%= prepare_text_for_static @about.description %>
-<%= render 'admin/application/chapo/static' %>
+<%= render 'admin/application/summary/static' %>
 <%= render 'admin/communication/blocks/static', about: @about %>
 ---
 <%= prepare_html_for_static @about.text, @about.university %>
diff --git a/app/views/admin/education/diplomas/_form.html.erb b/app/views/admin/education/diplomas/_form.html.erb
index 92a2231019d026ef707ed4b710f1725a1531f303..1e542c819cf933bcd281e47a8e1402d6dea8e16b 100644
--- a/app/views/admin/education/diplomas/_form.html.erb
+++ b/app/views/admin/education/diplomas/_form.html.erb
@@ -23,7 +23,7 @@
               <%= f.input :duration, as: :string %>
             </div>
           </div>
-          <%= render 'admin/application/chapo/form', f: f, about: diploma %>
+          <%= render 'admin/application/summary/form', f: f, about: diploma %>
         </div>
       </div>
     </div>
diff --git a/app/views/admin/education/diplomas/show.html.erb b/app/views/admin/education/diplomas/show.html.erb
index 94a064589e9e719ea9b8d69cda06fc55289184d0..87594dffb92555b2d6e4a6dfed12f20eef9cabfc 100644
--- a/app/views/admin/education/diplomas/show.html.erb
+++ b/app/views/admin/education/diplomas/show.html.erb
@@ -2,7 +2,7 @@
 
 <div class="row">
   <div class="col-lg-8">
-    <%= render 'admin/application/chapo/show', about: @diploma %>
+    <%= render 'admin/application/summary/show', about: @diploma %>
     <%= render 'admin/communication/blocks/list', about: @diploma %>
     <div class="card flex-fill w-100">
       <div class="card-header">
@@ -13,7 +13,7 @@
       <%= render 'admin/education/programs/list',
                   programs: @programs,
                   hide_diploma: true %>
-      
+
     </div>
   </div>
   <div class="col-lg-4">
diff --git a/app/views/admin/education/diplomas/static.html.erb b/app/views/admin/education/diplomas/static.html.erb
index ee3fad817e0b7ce1bb05ad0d671b753f895da64e..a8bc3a230cb7088a33aeefb42c5bf39399454653 100644
--- a/app/views/admin/education/diplomas/static.html.erb
+++ b/app/views/admin/education/diplomas/static.html.erb
@@ -5,7 +5,7 @@ title: >
 <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
 short_name: >
   <%= prepare_text_for_static @about.short_name %>
-<%= render 'admin/application/chapo/static' %>
+<%= render 'admin/application/summary/static' %>
 level: <%= @about.level_i18n %>
 ects: <%= @about.ects %>
 duration: >
diff --git a/app/views/admin/education/programs/_form.html.erb b/app/views/admin/education/programs/_form.html.erb
index 09b2944641cf2356dd62d3934cdb80b6091704bf..91e6c80644627ad1c4e66e01120b1b4964910cc9 100644
--- a/app/views/admin/education/programs/_form.html.erb
+++ b/app/views/admin/education/programs/_form.html.erb
@@ -13,7 +13,7 @@
             <%= f.input :short_name %>
           </div>
         </div>
-        <%= render 'admin/application/chapo/form', f: f, about: program %>
+        <%= render 'admin/application/summary/form', f: f, about: program %>
         <div class="row">
           <div class="col-lg-6">
             <%= f.association :diploma,
diff --git a/app/views/admin/education/programs/show.html.erb b/app/views/admin/education/programs/show.html.erb
index 711efc391f1a949821e9c40bbdfec58733894b24..2176d739c6c7d57e591b0545948af30fc778d65b 100644
--- a/app/views/admin/education/programs/show.html.erb
+++ b/app/views/admin/education/programs/show.html.erb
@@ -2,7 +2,7 @@
 
 <div class="row">
   <div class="col-lg-8 col-xxl-9">
-    <%= render 'admin/application/chapo/show', about: @program %>
+    <%= render 'admin/application/summary/show', about: @program %>
     <%= render 'admin/education/programs/forms/part',
                 part: :essential,
                 collapsed: false do %>
diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb
index 6ec092b2840973beeeb9ff47acde5cc88212b15e..60d10268f48791f48b51d2d1c66f01f0d95320fe 100644
--- a/app/views/admin/education/programs/static.html.erb
+++ b/app/views/admin/education/programs/static.html.erb
@@ -18,7 +18,7 @@ registration_url: >
   <%= @about.registration_url %>
 description: >
   <%= prepare_text_for_static @about.description %>
-<%= render 'admin/application/chapo/static' %>
+<%= render 'admin/application/summary/static' %>
 presentation: >
   <%= prepare_text_for_static @about.presentation %>
 position: <%= @about.position %>
diff --git a/app/views/admin/university/organizations/_form.html.erb b/app/views/admin/university/organizations/_form.html.erb
index 446aa17e9903998b51cd8ce06c6ade60562a06de..6cbb7ab9c838e840abbb01f6ed790fd39042960b 100644
--- a/app/views/admin/university/organizations/_form.html.erb
+++ b/app/views/admin/university/organizations/_form.html.erb
@@ -10,7 +10,7 @@
         </div>
         <div class="card-body">
           <%= f.input :name %>
-          <%= render 'admin/application/chapo/form', f: f, about: organization %>
+          <%= render 'admin/application/summary/form', f: f, about: organization %>
           <%= f.input :text,
                       as: :summernote,
                       input_html: {
diff --git a/app/views/admin/university/organizations/show.html.erb b/app/views/admin/university/organizations/show.html.erb
index d86da0cbad2468e1cbbcf7766b3e4962f5a39ae2..5c33a452ecb527bd59645c7f00d5a42a5d2eeda4 100644
--- a/app/views/admin/university/organizations/show.html.erb
+++ b/app/views/admin/university/organizations/show.html.erb
@@ -1,7 +1,7 @@
 <% content_for :title, @organization %>
 <div class="row">
   <div class="col-md-8">
-    <%= render 'admin/application/chapo/show', about: @organization %>
+    <%= render 'admin/application/summary/show', about: @organization %>
     <% if strip_tags(@organization.text.to_html).present? %>
       <div class="card">
         <div class="card-header">
diff --git a/app/views/admin/university/organizations/static.html.erb b/app/views/admin/university/organizations/static.html.erb
index 2a42d094104a948956795922460cd5fbccd8a561..545b9d65f24afe190482c563b538684f1f393d80 100644
--- a/app/views/admin/university/organizations/static.html.erb
+++ b/app/views/admin/university/organizations/static.html.erb
@@ -2,7 +2,7 @@
 title: >
   <%= @about.to_s %>
 <%= render 'admin/application/static/permalink' %>
-<%= render 'admin/application/chapo/static' %>
+<%= render 'admin/application/summary/static' %>
 <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
 long_name: >
   <%= @about.long_name %>
diff --git a/app/views/admin/university/people/_form.html.erb b/app/views/admin/university/people/_form.html.erb
index a125c11ede4df4a098ac4f4f5d54dffec56b4891..49717c74e14dfff2a04a8fab4aa267c67230ce80 100644
--- a/app/views/admin/university/people/_form.html.erb
+++ b/app/views/admin/university/people/_form.html.erb
@@ -27,7 +27,7 @@
               <%= f.input :birthdate, discard_year: true, include_blank: true %>
             </div>
           </div>
-          <%= render 'admin/application/chapo/form', f: f, about: person %>
+          <%= render 'admin/application/summary/form', f: f, about: person %>
           <%= f.input :biography,
                       as: :summernote,
                       input_html: {
diff --git a/app/views/admin/university/people/_main_infos.html.erb b/app/views/admin/university/people/_main_infos.html.erb
index 016cd366c02644aa23daeeb41dcae903a4b6679c..a17490eb076d2fc0cfdccef259eaeb7ef348c35a 100644
--- a/app/views/admin/university/people/_main_infos.html.erb
+++ b/app/views/admin/university/people/_main_infos.html.erb
@@ -1,6 +1,6 @@
 <div class="row">
   <div class="col-md-8 col-xl-9">
-    <%= render 'admin/application/chapo/show', about: person %>
+    <%= render 'admin/application/summary/show', about: person %>
 
     <div class="card flex-fill w-100">
       <div class="card-header">
diff --git a/app/views/admin/university/people/static.html.erb b/app/views/admin/university/people/static.html.erb
index c6b15cb1357300e884dc613a65364dbd414f7a2f..a029e8015f562f4dfb6afa9525e4967c377a3988 100644
--- a/app/views/admin/university/people/static.html.erb
+++ b/app/views/admin/university/people/static.html.erb
@@ -2,7 +2,7 @@
 title: >
   <%= @about.to_s %>
 <%= render 'admin/application/static/permalink' %>
-<%= render 'admin/application/chapo/static' %>
+<%= render 'admin/application/summary/static' %>
 <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
 first_name: >
   <%= @about.first_name %>