{% extends 'dcim/moduletype/base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block content %}
Manufacturer | {{ object.manufacturer|linkify }} |
Model Name | {{ object.model }} |
Part Number | {{ object.part_number|placeholder }} |
Weight | {% if object.weight %} {{ object.weight|floatformat }} {{ object.get_weight_unit_display }} {% else %} {{ ''|placeholder }} {% endif %} |
Instances | {{ instance_count }} |