{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}

Inventory Transform {{ stage.loc.name }} ({{ stage.loc._name }})

{% if stage.loc._reader._xlf %} {% endif %}
Go to Status
{% for key in stage.tf.names %} {% set status = stage.tf.get_status(key) %} {% endfor %}
Edit Contextual Representation Canonical Representation Status In gsymlib
{{ key }} {{ stage.tf.get_canonical_repr(key) }} {{ status }} Yes {% else %} class="resultcell-fail"> No {% endif %}
{% endblock %}