{# 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 %}Project | Description | Status | Quantity | |
---|---|---|---|---|
{{ k }} | {{ v.0 }} | {{ v.2 }} | {{ v.3 }}{% if v.4 %}-{{v.4}}{% endif %} |