File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 221221 {% endif %}
222222 </ table >
223223
224- {% if closing_note and closing_note.desc != "(Closing note deleted)" %}
225- < h2 > Closing note for {{ group.type.desc.title }}</ h2 >
226- {{ closing_note.desc }}
224+ {% if requested_close or group.state_id == "conclude" %}
225+ {% if user|has_role:"Secretariat" %}
226+ < h2 > Closing note for {{ group.type.desc.title }}</ h2 >
227+ < a class ="btn btn-default btn-xs " href ="{% url 'ietf.group.views.edit' acronym=group.acronym field='closing_note' %} "> Edit</ a > < br />
228+ {% if closing_note and closing_note.desc != "(Closing note deleted)" %}
229+ {{ closing_note.desc }}
230+ {% endif %}
231+ {% else %}
232+
233+ {% if closing_note and closing_note.desc != "(Closing note deleted)" %}
234+ < h2 > Closing note for {{ group.type.desc.title }}</ h2 >
235+ {{ closing_note.desc }}
236+
237+ {% endif %}
238+ {% endif %}
227239 {% endif %}
228240
229241 {% if group.features.has_chartering_process %}
You can’t perform that action at this time.
0 commit comments