configurationengine/source/scripts/tests/testdata/report/template.txt
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 Refs with implementations
       
     2 =========================
       
     3 {% for feat in rep_data.lines -%}
       
     4 {% if not loop.first -%}
       
     5 -------------------------------------------------
       
     6 {%- endif %}
       
     7 Ref: {{ feat.ref }}
       
     8 Impls:
       
     9 {% for impl in feat.impls -%}
       
    10     File = "{{ impl.name }}", type = "{{ impl.type }}", gen_runs = {{impl.generation_runs}}
       
    11 {% endfor -%}
       
    12 {% endfor %}
       
    13 
       
    14 
       
    15 Refs with no implementation
       
    16 ===========================
       
    17 {% for feat in rep_data.ref_noimpl -%}
       
    18     {{ feat.ref }}
       
    19 {% endfor %}