|
264 | 264 | </tr> |
265 | 265 | {% endif %} |
266 | 266 |
|
| 267 | + {% if stream_state_type_slug == "draft-stream-ietf" %} |
267 | 268 | <tr> |
268 | 269 | <th></th> |
269 | 270 | <th>Document shepherd</th> |
270 | 271 | <td class="edit"> |
271 | | - {% if can_edit_stream_info %} |
| 272 | + {% if can_edit_stream_info %} |
272 | 273 | <a class="btn btn-default btn-xs" href="{% url "doc_edit_shepherd" name=doc.name %}">Edit</a> |
273 | | - {% elif is_shepherd %} |
| 274 | + {% elif is_shepherd %} |
274 | 275 | <a class="btn btn-default btn-xs" href="{% url "doc_change_shepherd_email" name=doc.name %}">Change Email</a> |
275 | | - {% endif %} |
| 276 | + {% endif %} |
276 | 277 | </td> |
277 | 278 | <td> |
278 | | - {% if doc.shepherd %}{{ doc.shepherd.person }}{% else %}No shepherd assigned{% endif %} |
| 279 | + {% if doc.shepherd %}{{ doc.shepherd.person }}{% else %}No shepherd assigned{% endif %} |
279 | 280 | </td> |
280 | 281 | </tr> |
281 | 282 |
|
282 | | - {% if shepherd_writeup or can_edit_shepherd_writeup %} |
| 283 | + {% if shepherd_writeup or can_edit_shepherd_writeup %} |
283 | 284 | <tr> |
284 | 285 | <th></th> |
285 | 286 | <th>Shepherd write-up</th> |
286 | 287 | <td class="edit"> |
287 | | - {% if can_edit_shepherd_writeup %} |
288 | | - {% url "doc_edit_shepherd_writeup" name=doc.name as doc_edit_url %} |
289 | | - {% if doc_edit_url %} |
| 288 | + {% if can_edit_shepherd_writeup %} |
| 289 | + {% url "doc_edit_shepherd_writeup" name=doc.name as doc_edit_url %} |
| 290 | + {% if doc_edit_url %} |
290 | 291 | <a class="btn btn-default btn-xs" href="{{doc_edit_url}}">Edit</a> |
| 292 | + {% endif %} |
291 | 293 | {% endif %} |
292 | | - {% endif %} |
293 | 294 | </td> |
294 | 295 | <td> |
295 | | - {% if shepherd_writeup %} |
| 296 | + {% if shepherd_writeup %} |
296 | 297 | <a class="btn btn-default btn-xs" href="{% url "doc_shepherd_writeup" name=doc.name %}">Show</a> |
297 | 298 | (last changed {{ shepherd_writeup.time|date:"Y-m-d"}}) |
298 | | - {% else %} |
| 299 | + {% else %} |
299 | 300 | (None) |
300 | | - {% endif %} |
| 301 | + {% endif %} |
301 | 302 | </td> |
302 | 303 | </tr> |
| 304 | + {% endif %} |
| 305 | + {% else %} |
| 306 | + <tr> |
| 307 | + <th></th> |
| 308 | + <th>RFC Editor Note</th> |
| 309 | + <td class="edit"> |
| 310 | + {% if can_edit_stream_info %} |
| 311 | + <a class="btn btn-default btn-xs" href="{% url "doc_ballot_rfceditornote" name=doc.name %}">Edit</a> |
| 312 | + {% endif %} |
| 313 | + </td> |
| 314 | + <td> |
| 315 | + {% if doc.has_rfc_editor_note %}(last changed {{ doc.has_rfc_editor_note|date:"Y-m-d"}}){% else %}(None){% endif %} |
| 316 | + </td> |
303 | 317 | {% endif %} |
304 | 318 |
|
305 | 319 | {% if published and started_iesg_process and published.time < started_iesg_process.time %} |
|
310 | 324 | {% endif %} |
311 | 325 |
|
312 | 326 | </tbody> |
| 327 | + |
| 328 | + {% if not stream_state_type_slug == "draft-stream-iab" %} |
313 | 329 | <tbody class="meta"> |
314 | 330 | <tr> |
315 | 331 | <th>IESG</th> |
316 | 332 | <th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iesg" %}">IESG state</a></th> |
317 | 333 | <td class="edit"> |
318 | | - {% if iesg_state and can_edit %} |
| 334 | + {% if iesg_state and can_edit %} |
319 | 335 | <a class="btn btn-default btn-xs" href="{% url "doc_change_state" name=doc.name %}">Edit</a> |
320 | | - {% endif %} |
| 336 | + {% endif %} |
321 | 337 | </td> |
322 | 338 | <td> |
323 | | - {{ iesg_state_summary|default:"I-D Exists" }} |
| 339 | + {{ iesg_state_summary|default:"I-D Exists" }} |
324 | 340 | </td> |
325 | 341 | </tr> |
326 | 342 |
|
327 | | - {% if consensus and stream_state_type_slug == "draft-stream-ietf" %} |
| 343 | + {% if consensus and stream_state_type_slug == "draft-stream-ietf" %} |
328 | 344 | <tr> |
329 | 345 | <th></th> |
330 | 346 | <th>Consensus</th> |
331 | 347 | <td class="edit"> |
332 | | - {% if can_edit or can_edit_stream_info %} |
| 348 | + {% if can_edit or can_edit_stream_info %} |
333 | 349 | <a class="btn btn-default btn-xs" href="{% url "doc_edit_consensus" name=doc.name %}">Edit</a> |
334 | | - {% endif %} |
| 350 | + {% endif %} |
335 | 351 | </td> |
336 | 352 | <td> |
337 | 353 | <span title="Whether the document is the result of a community consensus process as defined in RFC 5741">{{ consensus }}</span> |
338 | 354 | </td> |
339 | 355 | </tr> |
340 | | - {% endif %} |
| 356 | + {% endif %} |
341 | 357 |
|
342 | 358 | <tr> |
343 | 359 | <th></th> |
344 | 360 | <th>Telechat date</th> |
345 | 361 | <td class="edit"> |
346 | | - {% if can_edit %} |
| 362 | + {% if can_edit %} |
347 | 363 | <a class="btn btn-default btn-xs" href="{% url "doc_change_telechat_date" name=doc.name %}">Edit</a> |
348 | | - {% endif %} |
| 364 | + {% endif %} |
349 | 365 | </td> |
350 | 366 | <td> |
351 | | - {% if telechat %} |
| 367 | + {% if telechat %} |
352 | 368 | On agenda of {{ telechat.telechat_date }} IESG telechat |
353 | | - {% if telechat.returning_item %} |
| 369 | + {% if telechat.returning_item %} |
354 | 370 | (returning item) |
355 | | - {% endif %} |
356 | | - {% else %} |
357 | | - {% if can_edit %} |
| 371 | + {% endif %} |
| 372 | + {% else %} |
| 373 | + {% if can_edit %} |
358 | 374 | (None) |
| 375 | + {% endif %} |
359 | 376 | {% endif %} |
360 | | - {% endif %} |
361 | 377 |
|
362 | | - {% if ballot_summary %} |
| 378 | + {% if ballot_summary %} |
363 | 379 | <br><i>{{ ballot_summary }}</i> |
364 | | - {% endif %} |
| 380 | + {% endif %} |
365 | 381 | </td> |
366 | 382 | </tr> |
367 | 383 |
|
368 | 384 | <tr> |
369 | 385 | <th></th> |
370 | 386 | <th>Responsible AD</th> |
371 | 387 | <td class="edit"> |
372 | | - {% if can_edit %} |
| 388 | + {% if can_edit %} |
373 | 389 | <a class="btn btn-default btn-xs" href="{% url "doc_change_ad" name=doc.name %}">Edit</a> |
374 | | - {% endif %} |
| 390 | + {% endif %} |
375 | 391 | </td> |
376 | 392 | <td> |
377 | | - {{ doc.ad|default:"(None)" }} |
| 393 | + {{ doc.ad|default:"(None)" }} |
378 | 394 | </td> |
379 | 395 | </tr> |
380 | 396 |
|
381 | | - {% if iesg_state %} |
382 | | - {% if doc.note or can_edit %} |
| 397 | + {% if iesg_state %} |
| 398 | + {% if doc.note or can_edit %} |
383 | 399 | <tr> |
384 | 400 | <th></th> |
385 | 401 | <th>IESG note</th> |
386 | 402 | <td class="edit"> |
387 | | - {% if can_edit %} |
| 403 | + {% if can_edit %} |
388 | 404 | <a class="btn btn-default btn-xs" href="{% url "doc_change_iesg_note" name=doc.name %}">Edit</a> |
389 | | - {% endif %} |
| 405 | + {% endif %} |
390 | 406 | </td> |
391 | 407 | <td> |
392 | | - {{ doc.note|default:"(None)"|linebreaksbr }} |
| 408 | + {{ doc.note|default:"(None)"|linebreaksbr }} |
393 | 409 | </td> |
394 | 410 | </tr> |
395 | | - {% endif %} |
| 411 | + {% endif %} |
396 | 412 | {% endif %} |
397 | 413 |
|
398 | 414 | <tr> |
|
409 | 425 | </tr> |
410 | 426 |
|
411 | 427 | </tbody> |
| 428 | + {% endif %} |
412 | 429 |
|
413 | 430 | {% if iana_review_state %} |
414 | 431 | <tbody class="meta"> |
|
0 commit comments