|
40 | 40 |
|
41 | 41 | <tbody> |
42 | 42 | <tr> |
43 | | - <th rowspan="{{table_rows.doc}}">Document</th> |
| 43 | + <th>Document</th> |
44 | 44 | <th>Type</th> |
45 | 45 | <td class="edit"></td> |
46 | 46 | <td> |
|
64 | 64 | </tr> |
65 | 65 |
|
66 | 66 | <tr> |
| 67 | + <th class="plain"></th> |
67 | 68 | <th>Last updated</th> |
68 | 69 | <td class="edit"></td> |
69 | 70 | <td> |
|
76 | 77 |
|
77 | 78 | {% if replaces or can_edit_stream_info %} |
78 | 79 | <tr> |
| 80 | + <th class="plain"></th> |
79 | 81 | <th>Replaces</th> |
80 | 82 | <td class="edit"> |
81 | 83 | {% if can_edit_stream_info %} |
|
90 | 92 |
|
91 | 93 | {% if replaced_by %} |
92 | 94 | <tr> |
| 95 | + <th class="plain"></th> |
93 | 96 | <th>Replaced by</th> |
94 | 97 | <td class="edit"></td> |
95 | 98 | <td> |
|
99 | 102 | {% endif %} |
100 | 103 |
|
101 | 104 | <tr> |
| 105 | + <th class="plain"></th> |
102 | 106 | <th>Stream</th> |
103 | 107 | <td class="edit"> |
104 | 108 | {% if can_change_stream %} |
|
112 | 116 |
|
113 | 117 | {% if doc.get_state_slug != "rfc" %} |
114 | 118 | <tr> |
| 119 | + <th class="plain"></th> |
115 | 120 | <th>Intended RFC status</th> |
116 | 121 | <td class="edit"> |
117 | 122 | {% if can_edit or can_edit_stream_info %} |
|
125 | 130 | {% endif %} |
126 | 131 |
|
127 | 132 | <tr> |
| 133 | + <th class="plain"></th> |
128 | 134 | <th>Formats</th> |
129 | 135 | <td class="edit"></td> |
130 | 136 | <td> |
|
152 | 158 | </tbody> |
153 | 159 | <tbody> |
154 | 160 | <tr> |
155 | | - <th rowspan="{{table_rows.stream}}">Stream</th> |
| 161 | + <th>Stream</th> |
156 | 162 | {% if doc.stream %} |
157 | 163 | <th> |
158 | 164 | {% if doc.stream.slug != "legacy" %} |
|
188 | 194 |
|
189 | 195 | {% if consensus %} |
190 | 196 | <tr> |
| 197 | + <th class="plain"></th> |
191 | 198 | <th>Consensus</th> |
192 | 199 | <td class="edit"> |
193 | 200 | {% if can_edit or can_edit_stream_info %} |
|
201 | 208 | {% endif %} |
202 | 209 |
|
203 | 210 | <tr> |
| 211 | + <th class="plain"></th> |
204 | 212 | <th>Document shepherd</th> |
205 | 213 | <td class="edit"> |
206 | 214 | {% if can_edit_stream_info %} |
|
216 | 224 |
|
217 | 225 | {% if shepherd_writeup or can_edit_shepherd_writeup %} |
218 | 226 | <tr> |
| 227 | + <th class="plain"></th> |
219 | 228 | <th>Shepherd write-up</th> |
220 | 229 | <td class="edit"> |
221 | 230 | {% if can_edit_shepherd_writeup %} |
|
238 | 247 |
|
239 | 248 | {% if published and started_iesg_process and published.time < started_iesg_process.time %} |
240 | 249 | <tr> |
| 250 | + <th class="plain"></th> |
241 | 251 | <th colspan="3" class="warning">This information refers to IESG processing after the RFC was initially published:</th> |
242 | 252 | </tr> |
243 | 253 | {% endif %} |
244 | 254 |
|
245 | 255 | </tbody> |
246 | 256 | <tbody> |
247 | 257 | <tr> |
248 | | - <th rowspan="{{table_rows.iesg}}">IESG</th> |
| 258 | + <th>IESG</th> |
249 | 259 | <th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iesg" %}">IESG state</a></th> |
250 | 260 | <td class="edit"> |
251 | 261 | {% if iesg_state and can_edit %} |
|
258 | 268 | </tr> |
259 | 269 |
|
260 | 270 | <tr> |
| 271 | + <th class="plain"></th> |
261 | 272 | <th>Telechat date</th> |
262 | 273 | <td class="edit"> |
263 | 274 | {% if can_edit %} |
|
283 | 294 | </tr> |
284 | 295 |
|
285 | 296 | <tr> |
| 297 | + <th class="plain"></th> |
286 | 298 | <th>Responsible AD</th> |
287 | 299 | <td class="edit"> |
288 | 300 | {% if can_edit %} |
|
297 | 309 | {% if iesg_state %} |
298 | 310 | {% if doc.note or can_edit %} |
299 | 311 | <tr> |
| 312 | + <th class="plain"></th> |
300 | 313 | <th>IESG note</th> |
301 | 314 | <td class="edit"> |
302 | 315 | {% if can_edit %} |
|
311 | 324 | {% endif %} |
312 | 325 |
|
313 | 326 | <tr> |
| 327 | + <th class="plain"></th> |
314 | 328 | <th>Send notices to</th> |
315 | 329 | <td class="edit"> |
316 | 330 | {% if can_edit_notify %} |
|
327 | 341 | {% if iana_review_state %} |
328 | 342 | <tbody> |
329 | 343 | <tr> |
330 | | - <th rowspan="{{table_rows.iana}}">IANA</th> |
| 344 | + <th>IANA</th> |
331 | 345 | <th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iana-review" %}">IANA review state</a></th> |
332 | 346 | <td class="edit"> |
333 | 347 | {% if can_edit_iana_state %} |
|
340 | 354 | </tr> |
341 | 355 |
|
342 | 356 | <tr> |
| 357 | + <th class="plain"></th> |
343 | 358 | <th>IANA action state</th> |
344 | 359 | <td class="edit"> |
345 | 360 | {% if can_edit_iana_state %} |
|
357 | 372 |
|
358 | 373 | {% if rfc_editor_state %} |
359 | 374 | <tr> |
360 | | - <th rowspan="{{table_rows.rfced}}">RFC Editor</th> |
| 375 | + <th>RFC Editor</th> |
361 | 376 | <th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="rfceditor" %}">RFC Editor state</a></th> |
362 | 377 | <td class="edit"></td> |
363 | 378 | <td><a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td> |
|
0 commit comments