datatracker/ietf/templates/idtracker/internetdraft_detail.html
Henrik Levkowetz 5872696834 Moving ietf to trunk/ietf
[[Split portion of a mixed commit.]]
 - Legacy-Id: 96.1
2007-05-04 12:37:28 +00:00

20 lines
398 B
HTML

<h1>I-D Detail</h1>
<h2>{{ object.filename }}-{{ object.revision }}</h2>
{{ object.status }}
||
{{ object.idstate }}
||
{{ object.idinternal.cur_state }} ::
{{ object.idinternal.cur_sub_state }}
||
{{ object.idinternal.prev_state }} ::
{{ object.idinternal.prev_sub_state }}
<br>
Authors:
<ul>
{% for author in object.authors.all %}
<li>{{ author.person }} - {{ author.email }}
{% endfor %}
</ul>