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

PCB Details

Documentation

{% if stage.prototype.changelog %}
ChangeLog
{% set changelog = stage.prototype.changelog.parts %} {% include 'parts/changelog.html' %}
{% endif %}
{% if stage.costing %} {{ sourcing_part_costing_chart.render_part_costing_chart(stage.costing) }} {% endif %} {{ inventory_ident.render_status(stage.inv_status) }}
{% endblock %}