File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 146146{% if add_link %}</ a > {% endif %}
147147{% endwith %}
148148</ td > </ tr >
149- {% if doc.in_ietf_process and doc.ietf_process.iesg_note %}< tr > < td >
150- IESG Note:</ td > < td >
151149{% with user|in_group:"Area_Director,Secretariat" as add_link %}
150+ {% if doc.in_ietf_process %}{% if doc.ietf_process.iesg_note or add_link %}< tr > < td >
151+ IESG Note:</ td > < td >
152152{% if add_link %}< a class ="editlink " href ="{% url doc_change_iesg_note name=doc.draft_name %} "> {% endif %}
153153{{ doc.ietf_process.iesg_note|format_textarea|safe }}
154154{% if add_link %}</ a > {% endif %}
155+ </ td > </ tr > {% endif %}{% endif %}
155156{% endwith %}
156- </ td > </ tr > {% endif %}
157157< tr > < td > Send notices to:</ td > < td >
158158{% with user|in_group:"Area_Director,Secretariat" as add_link %}
159159{% if add_link %}< a class ="editlink " href ="{% url doc_change_notify name=doc.draft_name %} "> {% endif %}
You can’t perform that action at this time.
0 commit comments