{% extends "notes/base.html" %} {%load forumtags%} {% block content %}

Go Back

{{ object.title }}

{% if request.user.id in object.likes_as_flat_user_id_list %} Liked {%endif%}

{{object.content|safe}}
Submit Answer {%for answer in object|answers%} {%if answer.user == user%}

{{answer.content|safe}}

by {{answer.user}}

Edit ✏️️ Delete Is this answer accepted? {%if answer.isaccepted is True%}Yes.{%else%}No.{%endif%}

Comment on this answer OR look at the comments.

{%if answer.query.user == user%} {%if answer.isaccepted is True%} Unaccept this answer. {%else%} Accept this answer. {%endif%} {%endif%} 
{%else%}

{{answer.content|safe}}

by {{answer.user}}

Is this answer accepted? {%if answer.isaccepted is True%}Yes.{%else%}No.{%endif%} Comment on this answer. OR look at the comments.

{%if answer.query.user == user%}

{%if answer.isaccepted is True%} Unaccept this answer.{%else%} Accept this answer.
{%endif%} {%endif%}  {%endif%} {%endfor%} {% endblock content %}