diff --git a/app/views/shared/export/_plan_coversheet.erb b/app/views/shared/export/_plan_coversheet.erb index fef0952..324909e 100644 --- a/app/views/shared/export/_plan_coversheet.erb +++ b/app/views/shared/export/_plan_coversheet.erb @@ -15,6 +15,10 @@

<%= _("Template: ") + @hash[:template] + @hash[:customizer] %>


<% end %> + <% if @plan.principal_investigator_identifier.present? %> +

<%= _("ORCID iD: ") + @plan.principal_investigator_identifier %>


+ <% end %> + <% if @plan.grant_number.present? %>

<%= _("Grant number: ") + @plan.grant_number %>


<% end %>