{% for project in profile.user.project_set.all %}
  • {{ project }} {% if profile.num_checks > 1 %} {% with project.num_checks as n %} {% if n > 1 %} ({{ n }}) {% else %} ({{ n }}) {% endif %} {% endwith %} {% endif %}
  • {% endfor %}