{% extends "main.html" %} {%load static%} {% block content %}

Recent Note:

Send an Email to Salim.

References

Reference

Date

Actions
{% for reference in references %}

{{reference.name}}

{{reference.formatted_date}}

{% endfor %}

USERS ACTIVITY

{% for latest in latest_statuses %}
user profile

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

{{latest.time}}

{{latest.text}}

{% endfor %}
{% endblock content %}