{% load i18n %} {% load humanize %} {% load evelinks %} {% if character %}
| {% trans "Product" %} | {% trans "Install Time" %} | {% trans "Expiry Time" %} | {% trans "Progress" %} |
|---|---|---|---|
| {{ extractor.install_time }} | {{ extractor.expiry_time }} |
{{ extractor.progress_percentage|floatformat:0 }}%
|