{% spaceless %}
{% with bug_count=item.extra_data.bug_count %}
The BTS contains
{% if item.extra_data.url %}
{{ bug_count }} bug{% if bug_count > 1 %}s{% endif %}
{% else %}
{{ bug_count }} bug{% if bug_count > 1 %}s{% endif %}
{% endif %}
tagged help, please consider helping the maintainer in dealing with
{% if bug_count > 1 %}them{% else %}it{% endif %}.
{% endwith %}
{% endspaceless %}