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

Recent Note:

{{recent_note.text}}

Staffs

{% for staff in staffs %} {% endfor %}
Name Email Actions
user-image

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

{{staff.user.email}}

{% if latest_statuses_time_ago %} {% else %} {% endif %}
{% endblock content %}