diff --git a/ietf/templates/idrfc/doc_tab_document_id.html b/ietf/templates/idrfc/doc_tab_document_id.html index aecea65c3..732183c5f 100644 --- a/ietf/templates/idrfc/doc_tab_document_id.html +++ b/ietf/templates/idrfc/doc_tab_document_id.html @@ -67,6 +67,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+{% if stream_info.state %} {% ifequal stream_info.stream.name "IETF" %} IETF WG State: @@ -85,7 +86,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% endif %} {% endifequal %} -Document shepherd:{{ stream_info.shepherd|default:"" }} +{% endif %} +Document shepherd:{{ stream_info.shepherd|default:"" }}