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

Recent Note:

{{recent_note.text}}

{{business.name}}

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%}

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