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

Inventory Transforms

Reverse Transforms Overview

{% for loc in stage.locs %} {% endfor %} {% for ident in stage.idents %} {% set vars = {'found': False} %} {% for loc in stage.locs %} {% if loc.tf.get_contextual_repr(ident) %} {% if vars.update({'found': True}) %} {% endif %} {% endif %} {% endfor %} {% endfor %}
Idx Canonical Ident {{ loc._name }} Found
{{ loop.index }} {{ ident }} {{ loc.tf.get_contextual_repr(ident) or '' }} Yes {% else %} class="resultcell-fail"> No {% endif %}
{% endblock %}