diff --git a/templates/block.hbs b/templates/block.hbs
index 69f6a1a..f23d92a 100644
--- a/templates/block.hbs
+++ b/templates/block.hbs
@@ -158,4 +158,35 @@
{{adapter}}
{{/each}}
{{/if}}
+ {{#if result.attributes.specific_data.data.associated_devices}}
+
{{fa-icon icon="laptop" fixedWidth=true}} Associated Devices
+ {{#each result.attributes.specific_data.data.associated_devices as | device |}}
+
+
+ Device Name:
+ {{device.device_caption}}
+
+ {{#if device.device_serial}}
+
+ Device Serial #:
+ {{device.device_serial}}
+
+ {{/if}}
+ {{#if device.device_labels}}
+
+ Device Tags:
+ {{device.device_labels}}
+
+ {{/if}}
+
+
+ {{/each}}
+ {{/if}}
{{/each}}
\ No newline at end of file