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

Recent Note:

{{recent_note.text}}

Businness Types

{% for type in businesstypes %} {% endfor %}
Business Type Actions

{{type.name}}

USERS ACTIVITY

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