{% extends "holdfast/den/base.html" %} {% load i18n %} {% load humanize %} {% block holdfast_content %}
| {% translate "Planet" %} | {% translate "System" %} | {% translate "Availability" %} | {% translate "Impact on the skyhook" %} | |
|---|---|---|---|---|
| {{ row.planet }} | {{ row.system }} | {% if row.is_free %}{% translate "available" %}{% else %}{% translate "taken" %}{% endif %} | {% if row.is_impacting %} −{{ row.siphon_percent|floatformat:0 }}% {% translate "workforce" %} ({{ row.siphoned_amount|intcomma }}) {% else %} {% translate "none detected" %} {% endif %} | {% if can_claim and row.is_claimable %} {% translate "Claim" %} {% endif %} |