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

Recent Note:

{{recent_note.text}}

Project Types

{% for type in projecttypes %} {% endfor %}
Project Type Actions

{{type.name}}

USERS ACTIVITY

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