{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}
Recent Note:
{{recent_note.text}}
Name: {{business.name}}
Email: {{business.email}}
VAT: {{business.vat}}
Commercial Registration: {{business.commercial_registration}}
Phone Number: {{business.phone_number}}
Website: {{business.website}}
Business Type: {{business.type.name}}
Related Customer: {% for customer_profile in business.customerprofile_set.all %} {{ customer_profile.user.first_name }} {{customer_profile.user.last_name}} {% if not forloop.last %}, {% endif %} {%endfor%}