{% 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 %}
  1. {{ rft }}
  2. {% endfor %}
Partially Tested
Requirements
    {% for rpt in test.requirements_partially_tested %}
  1. {{ rpt }}
  2. {% endfor %}
Precondition {{ markdown(test.precondition) }}
Test Description {{ markdown(test.test_descrition) }}
{% endfor %}