{% extends "holdfast/den/base.html" %} {% load i18n %} {% load humanize %} {% block holdfast_content %} {% if sov_impacted %}
| {% translate "Planet" %} | {% translate "System" %} | {% translate "Workforce taken" %} | {% translate "Upgrades down" %} |
|---|---|---|---|
| {{ row.skyhook.planet_name }} | {{ row.skyhook.system_name }} | {% with estimate=row.skyhook.siphon_estimate %}
−{{ estimate.1|intcomma }}
({{ estimate.0|floatformat:0 }}%)
{{ estimate.2 }}
|
{% endwith %}
{% for upgrade in row.upgrades %} {{ upgrade.type_name }} {% endfor %} |
| {% translate "Planet" %} | {% translate "Applicant" %} | {% translate "Character" %} | {% translate "Requested" %} | |
|---|---|---|---|---|
| {{ claim.slot.planet_name }} | {{ claim.user.username }} | {{ claim.character.character_name }} | {{ claim.created_at|date:"Y-m-d H:i" }} UTC | {% if can_manage %} {% else %} {% translate "a den manager decides" %} {% endif %} |
{% translate "Approving one applicant automatically rejects everyone else queued on that site." %}
{% endif %}| {% translate "Planet" %} | {% translate "System" %} | {% translate "Status" %} | {% translate "Held by" %} | {% translate "Corporation" %} | {% translate "Impact" %} | |
|---|---|---|---|---|---|---|
| {{ slot.planet_name }} | {{ slot.system_name }} |
{{ slot.status_label }}
{% if slot.is_overdue %} {% translate "approved, nothing anchored" %} {% endif %}
{# Revoking cannot unanchor anything; only the operator can. #}
{% if slot.awaiting_removal %}{% translate "revoked, den still up" %} {% endif %}
|
{{ slot.holder_name|default:"—" }}
{% if slot.holder_source %} {{ slot.holder_source }} {% endif %}
|
{{ slot.holder_corporation|default:"—" }} |
{% with estimate=slot.skyhook.siphon_estimate %}
{% if estimate.0 %}
−{{ estimate.0|floatformat:0 }}% ({{ estimate.1|intcomma }})
{# measured is arithmetic; inferred rests on the peak having been clean #}
{{ estimate.2 }}
{% else %}—{% endif %}
{% endwith %}
|
{% if can_manage %} {% with granted=slot.approved_claim %} {% if granted %} {# Taking the ground back. The operator has to unanchor it themselves. #} {% endif %} {% endwith %} {% endif %} |
|
|
||||||
{% translate "ESI only ever exposes a character's own dens. Anything not run by a registered operator -- hostile or our own -- has to be recorded here by hand, and a hand record is replaced automatically the day its operator registers a token." %}
{% if operators %}| {% translate "Auth user" %} | {% translate "Main" %} | {% translate "Characters" %} | {% translate "Discord" %} | {% translate "Timezone" %} | {% translate "Their local time" %} | {% translate "Dens" %} | {% translate "Note" %} |
|---|---|---|---|---|---|---|---|
| {{ operator.username }} | {{ operator.main|default:"—" }} | {{ operator.characters|join:", " }} | {{ operator.discord|default:"—" }} | {{ operator.timezone|default:"—" }} | {% if operator.local_time %}{{ operator.local_time|date:"H:i" }}{% else %}—{% endif %} | {{ operator.dens|length }} | {{ operator.note|default:"—" }} |