{% extends 'base.html' %} {% block content %}
{{ Title }}
{% if hidden %}
비공개 게시글입니다.
{% else %}
{{ Content|linebreaks }}
{% endif %}
{% csrf_token %}
{% if done %} {% else %} {% endif %}
{{ Date }}
{{ Author }}


{% if authority == "0" %} 수정 {% endif %} {% if authority == "0" %} 삭제 {% endif %}
{% csrf_token %}
{% if comments %} {% for comment in comments %} {% if comment != '0' %} {% if comment.7 == 'alerted' %}

{{ comment.0 }} {{ comment.1 }}

이 댓글은 신고로 블라인드처리 되었습니다.
{% else %} {% if same == True %}

{{ comment.0 }} {{ comment.1 }} 신고 {% if uid == comment.6 %} 삭제 {% endif %} 댓글

{{ comment.5 }}
{% csrf_token %}
{% if done %} {% else %} {% endif %}
{% else %}

{{ comment.0 }} {{ comment.1 }} 신고 {% if uid == comment.6 %} 삭제 {% endif %} 댓글

{{ comment.5 }}
{% csrf_token %}
{% if done %} {% else %} {% endif %}
{% endif %} {% endif %} {% endif %} {% endfor %} {% endif %}
{% csrf_token %}
Send
{% endblock %}