We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b8c65 commit 3a7a45fCopy full SHA for 3a7a45f
1 file changed
ietf/templates/submit/add_preapproval.html
@@ -35,7 +35,7 @@ <h3>Instructions</h3>
35
{% if user|has_role:"Secretariat" %}
36
<p>Only WG submissions are subject to approval and are thus pre-approvable.</p>
37
{% else %}
38
-<p>As WG Chair of {{ groups|length }} group{{ groups|pluralize }} you can pre-approve draft names on the form:
+<p>As WG Chair{% if groups|length > 1 %} of {{ groups|length }} groups{% endif %} you can pre-approve draft names on the form:
39
<table>
40
{% for g in groups %}
41
<tr><td class="name-template">draft-ietf-{{ g.acronym }}-<i>something</i></td></tr>
0 commit comments