Add a title attribute on comment scopes to indicate the number of comments in the scope.
Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.
{% extends "email/base_email.txt" %}{% load i18n %}{% block content %}{% if note %}{{ note }}
{% endif %}
{% blocktrans %}Click the following link to complete your registration and access the workspace:{% endblocktrans %}
{{ CONF.site_url }}{{ activate_url }}
{% endblock %}