Resolve "Warranty Activation" #1077
1 changed files with 10 additions and 0 deletions
|
|
@ -125,6 +125,16 @@
|
|||
<td>End of Warranty</td>
|
||||
<td>{{ result.getDateExpire|date("d M Y") }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
<td>
|
||||
{% if result.isActivated == true %}
|
||||
Activated
|
||||
{% else %}
|
||||
Not Activated
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue