{% load static %} {% if user.is_authenticated and user.is_superuser %}
{{webdata.title}} Members.
Members List Table*
{% if user.is_superuser %} {% endif %} {% for user in user_list %} {% if user.is_superuser %} {% endif %} {% endfor %}
No. Name ContactsResume and CertificationBio
{{ forloop.counter }}.
{% if user.profile_picture %} avatar {% endif %}

{{user.user.first_name}} {{user.user.last_name}} Since: {{user.created_at|date}}

{% if user.resume_and_certifications.exists %} {% else %} No Resume and/or Certifications {% endif %} {% if user.bio %} {{ user.bio|truncatechars:40 }} {% else %} No bio available {% endif %}
{% endif %}