{% load i18n %} {% load humanize %} {% load evelinks %} {% if character %}

{% trans "Extractors" %}

{% for extractor_id, extractor in character.extractors.items %} {% endfor %}
{% trans "Product" %} {% trans "Install Time" %} {% trans "Expiry Time" %} {% trans "Progress" %}
{{ extractor.item_name }} {{ extractor.install_time }} {{ extractor.expiry_time }}
{{ extractor.progress_percentage|floatformat:0 }}%
{% else %} {% trans "No data found..." %} {% endif %} {% trans "Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met." %}