File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -427,8 +427,10 @@ def telechat_date(self):
427427 def telechat_returning_item (self ):
428428 # should be called only if telechat_date() returns non-None
429429 return bool (self ._idinternal .returning_item )
430-
431- # state_change_notice_to?
430+
431+ def state_change_notice_to (self ):
432+ return self ._idinternal .state_change_notice_to
433+
432434 # comment_log?
433435
434436# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 5151< tr > < td > Last updated:</ td > < td > {{ doc.publication_date|default:"(data missing)" }}</ td > </ tr >
5252< tr > < td > Responsible AD:</ td > < td > {% if doc.in_ietf_process %}{{ doc.ietf_process.ad_name|default:"-"|escape }}{%else%}-{%endif%}</ td > </ tr >
5353{% if doc.in_ietf_process and doc.ietf_process.iesg_note %}< tr > < td > IESG Note:</ td > < td > {{ doc.ietf_process.iesg_note|escape }}</ td > </ tr > {% endif %}
54+ {% if user|in_group:"Area_Director,Secretariat" %}
55+ {% if doc.in_ietf_process %}< tr > < td > Send notices to:</ td > < td > {{ doc.ietf_process.state_change_notice_to}}</ td > </ tr > {% endif %}
56+ {% endif %}{# if user|in_group:... #}
5457
5558{% ifequal doc.draft_status "Active" %}
5659< tr > < td > Other versions:</ td > < td >
You can’t perform that action at this time.
0 commit comments