{% 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...

{% else %}

There are no items listed yet for this project - please check back later...

{% endif %} {% endwith %}