{% load static %}
{% if user.is_authenticated and user.is_superuser %}
| No. | Name | Contacts | {% if user.is_superuser %}Resume and Certification | {% endif %}Bio |
|---|---|---|---|---|
| {{ forloop.counter }}. |
{% if user.profile_picture %}
{{user.user.first_name}} {{user.user.last_name}} Since: {{user.created_at|date}} |
{% if user.is_superuser %} |
{% if user.resume_and_certifications.exists %}
|
{% endif %}
{% if user.bio %} {{ user.bio|truncatechars:40 }} {% else %} No bio available {% endif %} |