{% extends 'generic/object.html' %} {% block content %}
Module Type
Module Type {{ object.module_type }}
Manufacturer {{ object.module_type.manufacturer }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
Mountable on Mounts
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:"—" }}
{% endblock content %}