3 <a id="favorite-mark" title="{% trans "mark/unmark this question as favorite (click again to cancel)" %}"
\r 
   4     class="ajax-command favorite-mark {% if favorited %} on{% endif %}"
\r 
   5     href="{% url mark_favorite id=question.id %}" rel="nofollow"> </a>
\r 
   6 <div id="favorite-count" class="favorite-count">
\r 
   7    {% if favorite_count %}{{ favorite_count }}{% endif %}
\r