{% extends 'mufukoadmin/extends/admin.html' %} {% load static %} {% block content %}
avatar
{{ business }}

{{ business.short_name }}

{{ business.address }}

{{ business.email }}

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 }}
{% for branch in branches%} {% endfor %}
Name Address Contact Date Created
{{ branch.name }} {{ branch.address }} {{ branch.contact }} {{ branch.date_created }}
{% for contact in contacts%} {% endfor %}
Name Address Contact Email
{{ contact.biodata.name }} {{ contact.biodata.location }} {{ contact.biodata.contact }} {{ contact.biodata.email }}
{% endblock %}