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 "site/layout/base_workspace.html" %}
{% load i18n %}
{% load com %}
{% block head %}
{% endblock %}
{% block title %}{% blocktrans %}Login{% endblocktrans %}{% endblock %}
{% block content %}
<h1 class="main_title"><a class="title" href="{% url index %}">{{ CONF.workspace_name }}</a></h1>
{% include "site/login_form.html" %}
{% endblock %}