{% extends 'base.html' %} {% load inventory_extras %} {% block content %}

{% machine_type_icon machine %} {% machine_platform_icon machine %} {% if machine.computer_name %}{{ machine.computer_name }} / {% endif %}{{ machine.serial_number }}

{% for tag in machine.tags %} {% inventory_tag tag %} {% endfor %}

Do you really want to archive this machine?

{% csrf_token %} No
{% endblock %}