Borbolla

TMED-II Phase III — Motor Line Container Manifest

{{ stats.total }} containers · {{ stats.items }} items · {{ stats.gross_t }}T gross · {{ stats.fr }} flat racks · {{ stats.received }} received · Updated {{ stats.updated }}
{{ stats.total }}
Containers
{{ stats.items }}
Items
{{ stats.gross_t }}T
Gross
{{ stats.fr }}
Flat Racks
{{ stats.received }}
Received
{{ stats.total - stats.received }}
Pending
{% if upcoming %}
Upcoming Arrivals: {% for label, desc in upcoming %}{{ label }}: {{ desc }}{% if not loop.last %} — {% endif %}{% endfor %}
{% endif %} {% for arrival, group in groups %}
Est. Delivery: {{ arrival }} — {{ group|length }} containers, {{ group|sum(attribute='gross_t')|round(0)|int }}T
{% for ct in group %}
{{ ct.real_no or 'TBD' }}{{ ct.label }}
{{ arrival }}
{% if ct.is_fr %}Flat Rack{% else %}{{ ct.container_type }}{% endif %} {{ ct.vessel }} Sailed {{ ct.sailing }} {{ ct.gross_t|round(1) }}T {{ ct.crates|length }} items {% if ct.unloaded %} Received {{ ct.unload_date }} {% else %} Pending {% endif %}
{% for item in ct.crates %}
{{ item.name }}
{{ item.dims_str }} {{ item.wt_str }}
{% endfor %}
{% endfor %}
{% endfor %}