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

Recent Note:

Send an Email to Salim.

Staff Positions

Position

Actions
{% for position in staffpositions %}

{{position.name}}

{% endfor %}

USERS ACTIVITY

{% include 'recent-activities.html' %}
{% endblock content %}