{% extends 'extends/layout.html' %} {% load static %} {% block content %}
| Name: | {{ business }} - ({{ business.short_name }}) |
| short name: | {{ business.short_name }} |
| address: | {{ business.address }} |
| contact: | {{ business.contact }} |
| email: | {{ business.email }} |
| Active clients: | {{ clients.count }} |
| Active groups: | {{ groups.count }} |
| Active branches: | {{ branches.count }} |
| certificate: | {{ business.certificate }} |
| certificate No: | {{ business.certificate_no }} |
| launch date: | {{ business.launch_date }} |
| website: | {{ business.website }} |
| type: | {{ business.type }} |
| status: | {{ business.status }} |
| package: | {{ business.package }} - ({{ business.package.limit }} clients ) |
| date Joined: | {{ business.date_created }} |
| Name | Address | Contact | Date Created |
|---|---|---|---|
| {{ branch.name }} | {{ branch.address }} | {{ branch.contact }} | {{ branch.date_created }} |
| Name | Address | Contact | |
|---|---|---|---|
| {{ contact.biodata.name }} | {{ contact.biodata.location }} | {{ contact.biodata.contact }} | {{ contact.biodata.email }} |