{# 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_ident_sources.html" as sourcing_ident_sources %} {% block magellan %}
{% endblock %} {% block main %}

gEDA Symbol Details

{% if stage.inclusion %}
Inclusion
{% for k, v in stage.inclusion.iteritems() %} {% endfor %}
Project Description Status Quantity
{{ k }} {{ v.0 }} {{ v.2 }} {{ v.3 }}{% if v.4 %}-{{v.4}}{% endif %}
{% endif %}
{{ inventory_ident.render_status(stage.inv_status) }} {{ inventory_ident.render_transform(stage.inv_transform, stage.ident) }} {{ inventory_ident.render_guideline(stage.inv_guideline) }}
{{ sourcing_ident_sources.render_indicative_sources( 'Indicative Sourcing Information', stage.symbol.indicative_sourcing_info, stage.ident) }}
{% endblock %}