{% extends "base.html" %} {% block content %}
img | element_id | part_num | name | color.id | color | qty | is_spare | {% for i in json_file['unit'] %}Missing ({{ loop.index }}) | {% endfor %}
---|---|---|---|---|---|---|---|---|
{{ brick.element_id }} | {{ brick.part.part_num }} | {{ brick.part.name }} | {{ brick.color.id }} | {{ brick.color.name }} | {{ brick.quantity }} | {{ brick.is_spare }} | {% for i in json_file['unit'] %}{% set ns = namespace(count='') %} | {% endfor %}