{% for path in stage.sympaths%}
{% if loop.first %} {% endif %}{{path}}{% if loop.first %} {% endif %}
{% if not loop.last %} {% endif %}
{% endfor %}
{{stage.symbol.schematic_fname}}
{% if stage.symbol.description %}
{{stage.symbol.description|unicode}}
{% endif %}
{% if not stage.symbol.sym_ok %}
Bad Symbol
{% endif %}
{% if stage.symbol.is_deprecated %}
Deprecated
{% endif %}
{% if stage.symbol.is_experimental %}
Experimental
{% endif %}