{{ request_id }} {% for report in reports %} {% if report.dtstart is defined and report.dtstart is not none %} {{ report.duration|timedeltaformat }} {% endif %} {% if report.duration is defined and report.duration is not none %} {{ report.duration|timedeltaformat }} {% endif %} {{ report.report_id }} {% for r_id, report_description in report.report_descriptions.items() %} {% include 'parts/oadrReportDescription.xml' %} {% endfor %} {{ report.report_request_id }} {{ report.report_specifier_id }} {{ report.report_name }} {{ report.created_date_time|datetimeformat }} {% endfor %} {% if ven_id is defined and ven_id is not none %} {{ ven_id }} {% endif %} {% if report_request_id is defined and report_request_id is not none %} {{ report_request_id }} {% endif %}