Manufacturer: {{ component.manufacturer }}
Model: {{ component.model }}
Serial Number: {{ component.serialNumber }}
{% for component_key, component_value in component.items %}
{% if component_key not in 'actions,type' %}
{{ component_key }}: {{ component_value }}
{% endif %}
{% endfor %}
{{ snapshot }}