{% load i18n %} {% load metenox %}
{% translate "Name" %}:
{{ metenox.structure_name }}
{% translate "Location" %}:
{% translate "Corporation" %}:
{{ metenox.corporation.corporation_name }}
{% translate "Tags" %}:
{{ tags|join:", " }}
{% translate "Fuel block remaining" %}:
{{ metenox.fuel_blocks_count }}
{% translate "Magmatic gas remaining" %}:
{{ metenox.magmatic_gas_count }}
{% translate "Est. Profit" %}:
{{ metenox.moon.profit | formatisk }}