{# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters %} {% if administrative_list == 'pending' %} {% endif %} {% if iprs %} {% for ipr in iprs %} {% if administrative_list == 'pending' %} {% with ipr.get_latest_event_msgout as latest_msgout %} {% endwith %} {% endif %} {% endfor %} {% endif %}
Date ID TitleQuery Response due
{{ ipr.time|date:"Y-m-d" }} {{ ipr.id }} {% if ipr.state_id == 'posted' or administrative_list %}
{{ ipr.title }}
{% for item in ipr.relatedipr_source_set.all %} {% if item.target.state_id == 'posted' %} Updates ID #{{ item.target.id }}. {% endif %} {% endfor %} {% for item in ipr.relatedipr_target_set.all %} {% if item.source.state_id == "posted" %} Updated by ID #{{ item.source.id }}. {% endif %} {% endfor %} {% elif ipr.state_id == 'removed' %}
{{ ipr.title }}
This IPR disclosure was removed at the request of the submitter. {% elif ipr.state_id == 'removed_objfalse' %}
{{ ipr.title }}
This IPR disclosure was removed as objectively false. {% endif %} {# Intentionally not emitting anything for any other states #}
{% if latest_msgout %}{{ latest_msgout.time|date:"Y-m-d" }}{% endif %} {% if latest_msgout and latest_msgout.response_due %} {{ latest_msgout.response_due|date:"Y-m-d" }} {% if latest_msgout.response_past_due %} {% endif %} {% endif %}