{% load i18n %} {# Bootstrap fit table for the back-office order modal. `fit` = fit_display_groups() output. #} {% for group in fit.fitting %} {% for item in group.items %} {% endfor %} {% endfor %} {% if fit.drones %} {% for d in fit.drones %} {% endfor %} {% endif %} {% if fit.cargo %} {% for c in fit.cargo %} {% endfor %} {% endif %} {% if fit.manifest %} {% for m in fit.manifest %} {% endfor %} {% endif %}
{{ group.label }} ({{ group.count }})
{{ item.name }} {% if item.charge %}{{ item.charge.name }}{% endif %}
{% trans "Drones" %}
{{ d.name }}×{{ d.qty }}
{% trans "Cargo" %}
{{ c.name }}×{{ c.qty }}
{% trans "Also included" %}
{{ m.name }} · {{ m.location }}×{{ m.qty }}