{% load i18n %} {% load humanize %}
{{ eve_type.volume }}m3
{% translate "5%" %} | {% translate "Weighted Average" %} | {% translate "Median" %} | {% translate "Volume" %} | |
{% translate "Selling" %} | {{ type_statistics.sell_fifth_percentile|intcomma }} | {{ type_statistics.sell_weighted_average|intcomma }} | {{ type_statistics.sell_median|intcomma }} | {{ type_statistics.sell_volume|intcomma }} |
{% translate "Buying" %} | {{ type_statistics.buy_fifth_percentile|intcomma }} | {{ type_statistics.buy_weighted_average|intcomma }} | {{ type_statistics.buy_median|intcomma }} | {{ type_statistics.buy_volume|intcomma }} |