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

My Notes

Businesses

{% for business in businesses %} {% endfor %}
Name Customer Business Type Actions

{{business.name}}

{% for customer in business.customerprofile_set.all %}

{{customer.user.first_name}} {{customer.user.last_name}}

{% endfor %}

{{business.type.name}}

{% if latest_statuses_time_ago %} {% else %} {% endif %}
{% endblock content %}