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.html" %}
{% block content %}
<h1>Text pending!</h1>
Your text "{{ text.get_latest_version.title }}" has been successfully created.
<br />
Please check your email inbox for the text creation notification and click on the publish link inside it.
{% endblock %}