We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f3861 commit 4128a76Copy full SHA for 4128a76
1 file changed
ietf/templates/person/profile.html
@@ -72,7 +72,7 @@ <h2 id="extresources">External Resources</h2>
72
{% endif %}
73
74
<div class="col-md-6">
75
- <h2 id="rfcs">RFCs</h2>
+ <h2 id="rfcs">RFCs <small>({{person.rfcs|length}})</small></h2>
76
{% if person.rfcs %}
77
<table class="table">
78
{% for doc in person.rfcs %}
@@ -94,7 +94,7 @@ <h2 id="rfcs">RFCs</h2>
94
95
</div>
96
97
- <h2 id="drafts">Active Drafts</h2>
+ <h2 id="drafts">Active Drafts <small>({{person.active_drafts|length}})</small></h2>
98
{% if person.active_drafts.exists %}
99
<ul>
100
{% for doc in person.active_drafts %}
0 commit comments