configurationengine/source/scripts/tests/testdata/report/template.txt
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
permissions -rw-r--r--
Adding EPL version of configurationengine.

Refs with implementations
=========================
{% for feat in rep_data.lines -%}
{% if not loop.first -%}
-------------------------------------------------
{%- endif %}
Ref: {{ feat.ref }}
Impls:
{% for impl in feat.impls -%}
    File = "{{ impl.name }}", type = "{{ impl.type }}", gen_runs = {{impl.generation_runs}}
{% endfor -%}
{% endfor %}


Refs with no implementation
===========================
{% for feat in rep_data.ref_noimpl -%}
    {{ feat.ref }}
{% endfor %}