{{ 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 report_description in report.report_descriptions %} {% include 'parts/oadrReportDescription.xml' %} {% endfor %} {% if report.report_request_id is defined and report.report_request_id is not none %} {{ report.report_request_id }} {% else %} {% endif %} {{ 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 %}