{% extends "base.html" %} {% if board.bo_use_sideview %} {% import "/sideview/macros.html" as sideview %} {% endif %} {% block head %} {% endblock head %} {% block title %}{{ write.wr_subject|truncate(20, False, '...', 0) }} > {{ board.subject }}{% endblock title %} {% block subtitle %}{{ board.subject }}{% endblock subtitle %} {% block content %} {% set board_config=board_config(request, board) %} {% set login_member=request.state.login_member %} {% set is_admin=get_admin_type(request, login_member.mb_id, board=board) %} {% set bo_table_width=board.bo_table_width if board.bo_table_width > 0 else 100 %}
댓글목록
{% for comment in comments %} {% set reply_depth=comment.wr_comment_reply|length %}{{ comment.name }}님의 댓글
{% if reply_depth %} 대댓글 {% endif %}{% if comment.is_reply %} {% endif %} {% if comment.is_edit %} {% endif %} {% if comment.is_del %} {% endif %}
등록된 댓글이 없습니다.
{% endfor %}