diff --git a/ietf/templates/doc/index_subseries.html b/ietf/templates/doc/index_subseries.html index c2eab238b..0012d5aab 100644 --- a/ietf/templates/doc/index_subseries.html +++ b/ietf/templates/doc/index_subseries.html @@ -1,17 +1,19 @@ {% extends "base.html" %} {# Copyright The IETF Trust 2023, All Rights Reserved #} {% load origin %} -{% load static %} +{% load static ietf_filters %} {% block title %}{{type.name}}s{% endblock %} {% block content %} {% origin %}

{{type.name}}s

{% for doc in docs %} -
-
{{doc.name}}
+
+
{% for rfc in doc.contains %} -

{{rfc.name}} : {{rfc.title}}

+

{{rfc.name|prettystdname}} : {{rfc.title}}

+ {% empty %} +

{{doc.name|prettystdname}} currently contains no RFCs {% endfor %}