{% extends "admin_base.html" %} {% load custom_filters %} {% load static %} {% block content %}
Manage your content creators
| SN | Author Name | Status | Actions |
|---|---|---|---|
| {{ forloop.counter }} |
{% if author.image %}
{{ author.name|first|upper }}
{% endif %}
{{ author.name }}
{% if author.role %}
{{ author.role }}
{% endif %}
|
{% if author.status == 3 %} Verified {% elif author.status == 2 %} Unverified {% elif author.status == 1 %} User Submitted {% endif %} |
Try adjusting your search or add a new author