| # | Post Title | Author | Date Modified | Status | Action | |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ post.title}} | {{ post.author}} | {{post.updated_date.year}}/{{post.updated_date.month}}/{{post.updated_date.day}} | {{post.status}} | edit delete |
{% extends 'backend/base.html'%} {% block content %} {% if post_page %}
| # | Post Title | Author | Date Modified | Status | Action | |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ post.title}} | {{ post.author}} | {{post.updated_date.year}}/{{post.updated_date.month}}/{{post.updated_date.day}} | {{post.status}} | edit delete |
| # | Post Title | Date Modified | Status | Action | |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ post.title}} | {{post.updated_date.year}}/{{post.updated_date.month}}/{{post.updated_date.day}} | {{post.status}} | edit delete |