{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}
Idx | Canonical Ident | {% for loc in stage.locs %}{{ loc._name }} | {% endfor %}Found |
---|---|---|---|
{{ loop.index }} | {{ ident }} | {% set vars = {'found': False} %} {% for loc in stage.locs %}{{ loc.tf.get_contextual_repr(ident) or '' }} | {% if loc.tf.get_contextual_repr(ident) %} {% if vars.update({'found': True}) %} {% endif %} {% endif %} {% endfor %}Yes {% else %} class="resultcell-fail"> No {% endif %} |