{% if board.bo_use_category and write.ca_name %} {{ write.ca_name }} {% endif %} {{ write.wr_subject|truncate(250, False, '...', 0) }}
페이지 정보
댓글 {{ write.wr_comment|number_format }}건 조회 {{ write.wr_hit|number_format }}회 작성일 {{ write.wr_datetime }}
- 목록 {% if is_reply %}
- 답변 {% endif %} {% if is_write %}
- 글쓰기 {% endif %} {% if is_admin or write.mb_id == login_member.mb_id or not write.mb_id %}
- 게시판 리스트 옵션 {% endif %}
본문
첨부파일
-
{% for file in files %}
-
{{ file.bf_source }} ({{ file.bf_filesize|filesizeformat }}) {{ file.bf_download }}회 다운로드 | DATE : {{ file.bf_datetime }}
{% endfor %}
관련링크
-
{% for link in links %}
-
{{ link.url|truncate(70, False, '...', 0) }} {{ link.hit|number_format }}회 연결
{% endfor %}
-
{% if prev %}
-
이전글
{{ prev.wr_subject }}
{{ prev.wr_datetime }}
{% endif %}
{% if next %}
-
다음글
{{ next.wr_subject }}
{{ next.wr_datetime }}
{% endif %}
댓글목록
{% for comment in comments %} {% set reply_depth=comment.wr_comment_reply|length %}{{ comment.name }}님의 댓글
{% if board.bo_use_sideview %} {{ sideview.get(request, comment.mb_id, comment.name, comment.wr_email, comment.wr_homepage)|safe }} {% else %} {{ comment.name }} {% endif %} {% if comment.ip %} 아이피 ({{ comment.ip }}) {% endif %} 작성일
{% if comment.is_secret %}
{% endif %}
{% if comment.is_secret_content %}
댓글내용 확인
{% else %}
{{ comment.wr_content|safe }}
{% endif %}
등록된 댓글이 없습니다.
{% endfor %}