We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf88e commit f4e833eCopy full SHA for f4e833e
por/dashboard/forms/templates/contracts.pt
@@ -14,6 +14,7 @@
14
<tr>
15
<th i18n:translate="">Name</th>
16
<th i18n:translate="">Contract</th>
17
+ <th i18n:translate="">State</th>
18
<th i18n:translate="">Days</th>
19
<th i18n:translate="">Start Date</th>
20
<th i18n:translate="">End Date</th>
@@ -23,6 +24,7 @@
23
24
25
<td><a href="${request.fa_url('Contract', item.id)}">${item.name}</a></td>
26
<td>${item.contract_number}</td>
27
+ <td>${item.workflow_state}</td>
28
<td>${item.days}</td>
29
<td style="width: 150px">${item.start_date}</td>
30
<td style="width: 150px">${item.end_date}</td>
0 commit comments