{% extends "base.html" %}
{% load static %}
{% block title %}{{ area.container.display_name }} - {{ area.name }}{% endblock %}
{% block header_bar %}
{{ area.container.display_name }} - {{ area.name }}
{{ area.description}}
{% endblock %}
{% block header_icons %}
{% include 'inventory/set_index.html' with item=area is_index=is_index %}
{% endblock %}
{% block content %}
{% if area.show_sub_area %}