{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Physical Address | {{ object.physical_address }} {{ object.country }} |
| Phone | {{ object.phone }} |
| {{ object.email }} | |
| Portal Url | {{ object.portal_url }} |
| Contracts | {{ object.contracts.count }} |