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.
from django.contrib import admin
from cm.models import *
admin.site.register(Text)
admin.site.register(Role)
admin.site.register(UserProfile)
admin.site.register(UserRole)
admin.site.register(TextVersion)
admin.site.register(Email)
admin.site.register(Activity)
admin.site.register(Notification)