{% with project.items.count as items %} {% if items %}
There {{ items|pluralize:"is,are" }} currently {{ items}} item{{ items|pluralize }} for this project.
Click the 'My Music' button below to access your parts...
There are no items listed yet for this project - please check back later...
{% endif %} {% endwith %}