{# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters %}
Date | ID | Title | {% if administrative_list == 'pending' %}Query | Response due | {% endif %}
---|---|---|---|---|
{{ ipr.time|date:"Y-m-d" }} | {{ ipr.id }} |
{% if ipr.state_id == 'posted' or administrative_list %}
{% 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 administrative_list == 'pending' %}
{% with ipr.get_latest_event_msgout as latest_msgout %}
{% 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 %} | {% endwith %} {% endif %}