{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block magellan %}
{% endblock %} {% block main %}

Card Details

Documentation

Reference BOM

{% for row in stage.refbom.lines %} {% endfor %}
Ident Quantity Refdes
{{ row.ident }} {{ row.quantity }} {% for refdes in row.refdeslist %}{{ refdes }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endblock %}