{% extends BASE_TEMPLATE %} {% load i18n %} {% block view_content %}
{% for item in components %} {% endfor %}
{% 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 }}
{% endblock %}