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