{% extends 'base.html' %} {% block content %}
| Name | {{i.name }} | {{i.email }} | |||||||
|---|---|---|---|---|---|---|---|---|---|
| News Title | {{i.news_id.posttitle }} View Details |
||||||||
| Comments | {{i.comment}} | Comments Date | {{i.posted_date }} | ||||||
| Status | {% if i.status %} {% if i.status == 'Approved' %} Approved {% elif i.status == 'Unapproved' %} Unapproved {% endif %} {% else %} Not Action Taken Yet {% endif %} | ||||||||