{% extends 'generic/object.html' %} {% block content %}
| Module Type | {{ object.module_type }} |
|---|---|
| Manufacturer | {{ object.module_type.manufacturer }} |
| Mountable On | {{ object.get_mountable_on_display|default:"—" }} |
|---|---|
| Mountable Subtype | {{ object.get_mountable_subtype_display|default:"—" }} |
| Footprint (primary) | {{ object.footprint_primary|default:"—" }} |
| Footprint (secondary) | {{ object.footprint_secondary|default:"—" }} |