diff --git a/ietf/templates/wginfo/wg_base.html b/ietf/templates/wginfo/wg_base.html
index e4a14be8e..cbb96c240 100644
--- a/ietf/templates/wginfo/wg_base.html
+++ b/ietf/templates/wginfo/wg_base.html
@@ -63,7 +63,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{% block content %}
-
{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}
(concluded WG){% endif %}{% if proposed %}
(proposed WG){% endif %}
+
{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}
(concluded {% if wg.state_id == "bof-conc" %}BoF{% else %}WG{% endif %}){% endif %}{% if proposed %}
(proposed WG){% endif %}
{% ifequal selected "documents" %}
Documents{% else %}
Documents{% endifequal %} |