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

Recent Note:

Send an Email to Salim.

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

Username: {{staff.user.username}}

First Name: Nataly

Last Name: Nataly

Email: {{staff.email}}

Mobile Number: {{staff.mobile_number}}

Position: {{staff.staff_position}}

Active: {{staff.active}}

Intern: {{staff.intern}}

USERS ACTIVITY

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