diff --git a/journals/templates/journals/manage_report_metadata.html b/journals/templates/journals/manage_report_metadata.html
index ace5d7333b8382f6749c75f9ed38257d0a6a8138..d9f6990b611e1d2397cfb85e74d185745080624f 100644
--- a/journals/templates/journals/manage_report_metadata.html
+++ b/journals/templates/journals/manage_report_metadata.html
@@ -29,6 +29,7 @@ event: "focusin"
       <th>Associated doi</th>
       <th>Report nr</th>
       <th>Needs own doi</th>
+      <th>own doi</th>
       <th>Latest successful Crossref deposit</th>
       <th>Deposit needs updating?</th>
     </tr>
@@ -41,11 +42,12 @@ event: "focusin"
       <td>{{ report.associated_published_doi }}</td>
       <td>{{ report.report_nr }}</td>
       <td>{{ report.needs_doi }}</td>
+      <td>{{ report.doi_label }}</td>
       <td>{{ report|latest_successful_crossref_deposit_report }}</td>
       <td>{{ report.doideposit_needs_updating }}</td>
     </tr>
     <tr id="collapse{{ report.id }}" class="collapse" role="tabpanel" aria-labelledby="heading{{ report.id }}" style="background-color: #fff;">
-      <td colspan="6">
+      <td colspan="7">
 	<p><a href="{{ report.submission.get_absolute_url }}">{{ report.submission.arxiv_identifier_w_vn_nr }}</a>, <a href="{{ report.get_absolute_url }}">{{ report.report_nr }}</a></p>
 
 	<h2 class="ml-3">Actions</h2>