{% extends "base.html" %}
{% load static %}
{% block head %}
{% endblock %}
{% block title %}{{ object.name }}{% endblock %}
{% block header_bar %}
{{ object.name }}
{{ object.description}}
{% endblock %}
{% block header_icons %}
{% include 'inventory/set_index.html' with item=object is_index=is_index %}
{% endblock %}