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