{# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters %} {% if administrative_list == 'pending' %} {% endif %} {% for ipr in iprs %} {% if administrative_list == 'pending' %} {% with ipr.get_latest_event_msgout as latest_msgout %} {% endwith %} {% endif %} {% endfor %}
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 %} {% else %}
{{ ipr.title }}
This IPR disclosure was removed at the request of the submitter.
{% endif %}
{% 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 %}