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

Recent Note:

Send an Email to Salim.

Users

Username

Group

Actions

Nataly.aw

Group 1

USERS ACTIVITY

{% for latest in latest_statuses %}
user profile

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

{{latest.time}}

{{latest.text}}

{% endfor %}
{% endblock content %}