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

Recent Note:

Send an Email to Salim.

Staffs

Full Name

Email

Actions
{% for staff in staffs %}
user-image

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

{{staff.user.email}}

{% endfor %}

USERS ACTIVITY

{% include 'recent-activities.html' %}
{% endblock content %}