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