configurationengine/source/scripts/tests/testdata/report/template.txt
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
permissions -rw-r--r--
ConE 1.2.11 release

Refs with implementations
=========================
{% for feat in merged_context.features.get_features(merged_context.impl_set.get_implemented_refs()) -%}
{% if not loop.first -%}
-------------------------------------------------
{%- endif %}
Ref: {{ feat.fqr }}
Impls:
{% for impl in merged_context.impl_set.get_implementations_with_ref(feat.fqr) -%}
    File = "{{ impl.ref }}", type = "{{ impl.IMPL_TYPE_ID }}"
{% endfor -%}
{% endfor %}


Refs with no implementation
===========================
{% for fearef in merged_context.get_refs_with_no_output() -%}
    {{ fearef }}
{% endfor %}