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

Businesses

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

{{business.name}}

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

{{business.type.name}}

{% endblock content %}