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

Recent Note:

Send an Email to Salim.

Project Types

Project Type

Actions
{% for type in projecttypes %}

{{type.name}}

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