<dl>
<dt><%= _('Project Title') %></dt>
<dd><%= plan.title %></dd>
<dt><%= _('Grant Number') %></dt>
<dd><%= plan.grant_number %></dd>
<dt><%= _('Principal Investigator') %></dt>
<dd><%= plan.principal_investigator %></dd>
<dt><%= _('Project Abstract') %></dt>
<dd><%= raw plan.description %></dd>
</dl>
<hr />
<dl>
<dt><%= _('Plan ID') %></dt>
<dd><%= plan.identifier %></dd>
<dt><%= _('Data Contact Person') %></dt>
<dd></dd>
<dt><%= _('Name') %></dt>
<dd><%= plan.data_contact %></dd>
</dl>