{% for req in requirements -%} {%- if req.traced_to|length == 0 -%} {%- else -%} {%- endif %} {% endfor -%} {%- for tc in testcases %} {% if tc.traced_to|length == 0 -%} {%- else -%} {%- endif %} {% for req in requirements %} {%- if req in tc.traced_to -%} {%- else -%} {%- if req.traced_to|length == 0 -%} {%- else -%} {%- endif -%} {%- endif %} {% endfor -%} {% if tc.traced_to|length == 0 -%} {%- else -%} {%- endif %} {%- endfor %} {% for req in requirements -%} {%- if req.traced_to|length == 0 -%} {%- else -%} {%- endif %} {% endfor -%}
{{ req.id }}{{ req.id }}Total
{{ tc.id }}x{{ tc.traced_to|length }}{{ tc.traced_to|length }}
Total0{{ req.traced_to|length }}