{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}
Users

My Notes

Staffs

{% for staff in staffs %} {% if staff.active %} {% else %} {% endif %} {% endfor %}
Name Email Actions
user-image

{{staff.user.first_name}} {{staff.user.last_name}}

{{staff.user.email}}

user-image

{{staff.user.first_name}} {{staff.user.last_name}}

{{staff.user.email}}

{% endblock content %}