]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/requirement_spec/_project_link_details.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / requirement_spec / _project_link_details.html
1 [% USE HTML %]
2 [% USE LxERP %]
3
4 <table class="tbl-horizontal">
5   <tbody>
6     <tr>
7       <th>[% LxERP.t8("Project Number") %]:</th>
8       <td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td>
9     </tr>
10     <tr>
11       <th>[% LxERP.t8("Description") %]:</th>
12       <td>[% HTML.escape(requirement_spec.project.description) %]</td>
13     </tr>
14     <tr>
15       <th>[% LxERP.t8("Customer") %]:</th>
16       <td>[% HTML.escape(requirement_spec.project.customer.name) %]</td>
17     </tr>
18     <tr>
19       <th>[% LxERP.t8("Type") %]:</th>
20       <td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td>
21     </tr>
22     <tr>
23       <th>[% LxERP.t8("Status") %]:</th>
24       <td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td>
25     </tr>
26   </tbody>
27 </table>