We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620fd23 commit 5cf3bb5Copy full SHA for 5cf3bb5
readthedocs/templates/notifications/send_notification_form.html
@@ -18,8 +18,10 @@ <h3>{% trans 'Send Email' %}</h3>
18
{% with extra_recipients=recipients|slice:"20:" %}
19
{% if extra_recipients|length > 0 %}
20
<li>
21
- {% blocktrans with count=extra_recipients|length %}
22
- And {{ count }} other recipients...
+ {% blocktrans count counter=extra_recipients|length %}
+ And 1 other recipient.
23
+ {% plural %}
24
+ And {{ counter }} other recipients...
25
{% endblocktrans %}
26
</li>
27
{% endif %}
0 commit comments