{% extends 'admin/base_admin.html' %} {% block content %}
| ID | 제목 | 카테고리 | 작성자 | 공개 | 상태 | 작성일 | 관리 |
|---|---|---|---|---|---|---|---|
| {{ post.id }} | {{ post.title[:50] }}{% if post.title|length > 50 %}...{% endif %} | {{ post.category }} | {{ post.mb_name }} | {% if post.public_yn == 'Y' %} 공개 {% else %} 비공개 {% endif %} | {% if post.use_yn == 'Y' %} 사용중 {% else %} 삭제됨 {% endif %} | {{ post.add_date.strftime('%Y-%m-%d') }} | {% if post.use_yn == 'Y' %} {% else %} {% endif %} |
| 포스트가 없습니다. | |||||||