{% load crispy_forms_tags i18n %}
{% for group in diagnostics %}{% blocktranslate count count=group.hidden_count %}{{ count }} more affected project.{% plural %}{{ count }} more affected projects.{% endblocktranslate %}
{% endif %} {% else %}{% blocktranslate count count=group.hidden_count %}{{ count }} more affected component.{% plural %}{{ count }} more affected components.{% endblocktranslate %}
{% endif %} {% endif %}{% translate "No diagnostics match the selected filters." %}
{% endfor %}