{% extends 'esign/base.html' %} {% load static %} {% block content %}
{% if messages %}| S. No. | Username | Status | Plan | User Since | Phone | Location | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ user.get_full_name|default:user.username }} | {% if subs %} {% for sub in subs %} {% endfor %} {% else %} No Subscription {% endif %} | {{ subs.first.plan|default:"-"|capfirst }} | {{ user.date_joined|date:"d/m/Y" }} | {{ user.email }} | {{ user.profile.phone|default:"-" }} | {% if subs %} {{ subs.first.location|default:"-" }} {% else %} - {% endif %} |