{% extends BASE_TEMPLATE %} {% load i18n %} {% block view_content %}
| {% trans "Label" %} | {% trans "Model" %} | {% trans "Serial number" %} | {% trans "Speed" %} | {% trans "Size" %} | {% trans "Count" %} | {% trans "Action" %} |
|---|---|---|---|---|---|---|
| {{ item.label }} | {{ item.model }} | {{ item.serial_number }} | {{ item.speed }} | {{ item.size }} | {{ item.count }} | {{ item.action }} |