{% extends 'base.html' %} {% block title %}Users{% endblock %} {% block content %}
| Name | County | Constituency | Status | Date Registered | ||
|---|---|---|---|---|---|---|
| {{ user.get_full_name }} | {{ user.email }} | {{ user.county }} | {{ user.constituency }} | {% if user.is_approved %} Approved {% else %} Pending {% endif %} | {{ user.date_registered|date:"M d, Y" }} | View |