diff --git a/static/src/scss/layout_generic.scss b/static/src/scss/layout_generic.scss
index 6a18ca178461a2409a5adf68df8668ffc8093e46..97fd6a211440a7e3e2f95577f4d9420eeb8854b0 100644
--- a/static/src/scss/layout_generic.scss
+++ b/static/src/scss/layout_generic.scss
@@ -42,6 +42,7 @@ address .align-items-baseline {
 
 .o_report_layout_boxed .table-prepa tbody td {
     font-size: 17px;
+    border: 1px solid #495057;
 }
 
 .o_report_layout_boxed .row:not(#total) > div > table.table-compo tbody tr:not(:last-child) td:last-child{
diff --git a/views/report_delivery_ap_template.xml b/views/report_delivery_ap_template.xml
index bdaa56a6714586f2885c90460f9f634f6c06ae22..6af20d84dad1415321f78199cc1aee849a2992ef 100644
--- a/views/report_delivery_ap_template.xml
+++ b/views/report_delivery_ap_template.xml
@@ -16,6 +16,9 @@
                                         t-field="o.scheduled_date"
                                         t-options='{"widget": "date"}'
                                     /></p>
+                                <p t-if="o.user_id" class="m-0">Référent du projet <span
+                                        t-field="o.user_id"
+                                    /></p>
                             </div>
                         </div>
                         <div class="col-4" name="div_outgoing_address">
@@ -29,7 +32,7 @@
                     </div>
                     <br />
                     <table
-                        class="table table-sm table-prepa"
+                        class="table-bordered table table-sm table-prepa"
                         t-if="o.move_ids_without_package"
                     >
                         <thead>