+ accepted_by = html.mark_safe(answer.nstate.accepted.by.username)
+ accepted_by_link = html.objlink(answer.nstate.accepted.by, style=settings.EMAIL_ANCHOR_STYLE)
+ answer_author_link = html.objlink(answer.author, style=settings.EMAIL_ANCHOR_STYLE)
+ question_link = html.objlink(question, style=settings.EMAIL_ANCHOR_STYLE)