aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/templates
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-03-11 16:08:50 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-03-11 16:08:50 +0000
commitb166e4940fe8132aec381e09ba5ebb1abcc27c6e (patch)
treeaf40cea4d83f9980feb870d95fc3fa81ecd44eae /ctrack/organisations/templates
parent18b4716ab3c1655e7f1cd841c7b9852c01470d21 (diff)
added a box for CAF summary
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r--ctrack/organisations/templates/organisations/organisation_detail.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html
index 6d03888..8f85d84 100644
--- a/ctrack/organisations/templates/organisations/organisation_detail.html
+++ b/ctrack/organisations/templates/organisations/organisation_detail.html
@@ -12,6 +12,73 @@
</div>
<div class="row pt-3 text-info">
+ <h4>Company Information</h4>
+ </div>
+
+ <div class="row">
+ <div class="col-sm-6 p-2">
+ <div class="card bg-light">
+ <div class="card-body">
+ <div class="card-title text-muted mb-1">Key Information</div>
+ <div class="card-text">
+ <div class="table-responsive">
+ <table class="table">
+ <tr>
+ <td>Designation Type:</td>
+ <td>{{ object.designation_type }}</td>
+ </tr>
+ <tr>
+ <td>Registered Company Name:</td>
+ <td>{{ object.registered_company_name }}</td>
+ </tr>
+ <tr>
+ <td>Date Updated:</td>
+ <td>{{ object.date_updated }}</td>
+ </tr>
+ <tr>
+ <td>Updated By:</td>
+ <td>{{ object.updated_by }}</td>
+ </tr>
+ <tr>
+ <td>Active:</td>
+ <td>{{ object.active }}</td>
+ </tr>
+ <tr>
+ <td>Comments:</td>
+ <td>{{ object.comments }}</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ <div class="col-sm-6 p-2">
+ <div class="card bg-light">
+ <div class="card-body">
+ <div class="card-title text-muted mb-1">CAF summary</div>
+ <div class="card-text">
+ <div class="table-responsive">
+ <table class="table">
+ <tr>
+ <td>Blah:</td>
+ <td>BLACH</td>
+ </tr>
+ <tr>
+ <td>Blah:</td>
+ <td>BLACH</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+ <div class="row pt-3 text-info">
<h4>Addresses</h4>
</div>