diff --git a/ietf/templates/person/profile.html b/ietf/templates/person/profile.html
index 3e3c74e9a..2306a7a95 100644
--- a/ietf/templates/person/profile.html
+++ b/ietf/templates/person/profile.html
@@ -72,7 +72,7 @@
{% endif %}
-
RFCs
+
RFCs ({{person.rfcs|length}})
{% if person.rfcs %}
{% for doc in person.rfcs %}
@@ -94,7 +94,7 @@
{% endif %}
-
Active Drafts
+
Active Drafts ({{person.active_drafts|length}})
{% if person.active_drafts.exists %}
{% for doc in person.active_drafts %}