{% extends 'generic/object_children.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load i18n %} {% block title %}{{ object.manufacturer }} {{ object.model }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include 'dcim/inc/devicetype_breadcrumbs.html' %} {% endblock %} {% block extra_controls %} {% include 'dcim/inc/moduletype_buttons.html' %} {% endblock %} {% block bulk_edit_controls %} {% with bulk_edit_view=child_model|validated_viewname:"bulk_edit" %} {% if 'bulk_edit' in actions and bulk_edit_view %} {% endif %} {% endwith %} {% with bulk_rename_view=child_model|validated_viewname:"bulk_rename" %} {% if 'bulk_rename' in actions and bulk_rename_view %} {% endif %} {% endwith %} {% endblock bulk_edit_controls %}