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

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

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}}

{% endblock content %}