Resolve "Warranty Activation" #1077

Merged
korina.cordero merged 9 commits from 227-warranty-activation into master 2019-07-18 05:09:25 +00:00
Showing only changes of commit 6893211ff0 - Show all commits

View file

@ -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>