{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}
Recent Note:
{{recent_note.text}}
My Notes
Username: {{staff.user.username}}
First Name: {{staff.user.first_name}}
Last Name: {{staff.user.last_name}}
Email: {{staff.user.email}}
Mobile Number: {{staff.mobile_number}}
Position: {{staff.staff_position}}
Active: {{staff.active}}
Intern: {{staff.intern}}