{# 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 %}

gEDA Project Details

Documentation

{% if stage.prototype.changelog %}
ChangeLog
{% set changelog = stage.prototype.changelog.parts %} {% include 'parts/changelog.html' %}
{% endif %}
Configurations
{% if stage.configurations|length > 1 %}
{% endif %}
{% endblock %}