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 %}
\r
6 {% blocktrans with answer.nstate.accepted.by.username as who %}{{ who }} has selected this answer as the correct answer{% endblocktrans %}
\r
8 {% trans "mark this answer as the accepted answer" %}
\r
10 bn:on="{% blocktrans with answer.nstate.accepted.by.username as who %}{{ who }} has selected this answer as the correct answer{% endblocktrans %}"
\r
11 bn:off="{% trans "mark this answer as the accepted answer" %}"
\r
12 href="{% url accept_answer id=answer.id %}" rel="nofollow">
\r
15 {% if answer.nis.accepted %}
\r
16 <a class="accept-answer on"
\r
17 title="{% blocktrans with answer.nstate.accepted.by.username as who %}{{ who }} has selected this answer as the correct answer{% endblocktrans %}"
\r
18 href="{% url accept_answer id=answer.id %}" rel="nofollow">
\r