epic-s6ts
[kivitendo-erp.git] / templates / webpages / requirement_spec / _project_link_details.html
1 [%- USE HTML -%][%- USE LxERP -%]
2 <table>
3  <tr class="listrow">
4   <td>[% LxERP.t8("Project Number") %]:</td>
5   <td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td>
6  </tr>
7
8  <tr class="listrow">
9   <td>[% LxERP.t8("Description") %]:</td>
10   <td>[% HTML.escape(requirement_spec.project.description) %]</td>
11  </tr>
12
13  <tr class="listrow">
14   <td>[% LxERP.t8("Customer") %]:</td>
15   <td>[% HTML.escape(requirement_spec.project.customer.name) %]</td>
16  </tr>
17
18  <tr class="listrow">
19   <td>[% LxERP.t8("Type") %]:</td>
20   <td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td>
21  </tr>
22
23  <tr class="listrow">
24   <td>[% LxERP.t8("Status") %]:</td>
25   <td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td>
26  </tr>
27 </table>