4     <a id="accept-answer-{{ answer.id }}" class="ajax-command accept-answer{% if answer.nis.accepted %} on{% endif %}"
\r 
   5         title="{% if answer.nis.accepted %}{% blocktrans with answer.accepted_by.username as who %}{{ who }} has selected this answer as the correct answer{% endblocktrans %}{% else %}{% trans "mark this answer as the accepted answer" %}{% endif %}"
\r 
   6          href="{% url accept_answer id=answer.id %}" rel="nofollow"> </a>
\r 
   8     {% if answer.nis.accepted %}
\r 
   9         <a class="accept-answer on"></a>
\r