{% extends 'freight/base.html' %}
{% load i18n %}
{% load humanize %}
{% load static %}
{% load freight_filters %}
{% block details %}
Name |
Contracts |
Rewards (ISK) |
Collaterals (ISK) |
Volume (m3) |
Pilots |
Customers |
TOTALS |
|
|
|
|
|
|
Name |
Corporation |
Contracts |
Rewards (ISK) |
Collaterals (ISK) |
Volume (m3) |
TOTALS |
|
|
|
|
|
Name |
Alliance |
Contracts |
Rewards (ISK) |
Collaterals (ISK) |
Volume (m3) |
TOTALS |
|
|
|
|
|
Name |
Corporation |
Contracts |
Rewards (ISK) |
Collaterals (ISK) |
Volume (m3) |
TOTALS |
|
|
|
|
|
Statistics calculated for all contracts finished withn the last {{ max_days }} days
{% endblock %}
{% block extra_javascript %}
{% include 'bundles/datatables-js.html' %}
{% endblock %}
{% block extra_css %}
{% include 'bundles/datatables-css.html' %}
{% endblock %}
{% block extra_script %}
{% endblock %}