{% for test_id, test in input_dict.items() %} {% if loop.index0 == 0 %}
{% else %}
{% endif %}
Test {{ test_id }}
{{ test_name }}
Test ID
{{ test_id }}
Fully Tested
Requirements
{% for rft in test.requirements_fully_tested %}
{{ rft }}
{% endfor %}
Partially Tested
Requirements
{% for rpt in test.requirements_partially_tested %}
{{ rpt }}
{% endfor %}
Precondition
{{ markdown(test.precondition) }}
Test Description
{{ markdown(test.test_descrition) }}
{% endfor %}