4 <table class="tbl-horizontal">
7 <th>[% LxERP.t8("Project Number") %]:</th>
8 <td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td>
11 <th>[% LxERP.t8("Description") %]:</th>
12 <td>[% HTML.escape(requirement_spec.project.description) %]</td>
15 <th>[% LxERP.t8("Customer") %]:</th>
16 <td>[% HTML.escape(requirement_spec.project.customer.name) %]</td>
19 <th>[% LxERP.t8("Type") %]:</th>
20 <td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td>
23 <th>[% LxERP.t8("Status") %]:</th>
24 <td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td>