{% extends 'base.html' %} {% block content %}
| # | Name | Email ID | Status | Posted Date | Action |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{i.name}} | {{i.email}} | {% if i.status %} {% if i.status == 'Approved' %} Approved {% elif i.status == 'Unapproved' %} Unapproved {% endif %} {% else %} Not Action Taken Yet {% endif %} | {{i.posted_date}} | View DELETE |