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

    Areas

    {% if user.is_staff %}

    Create new area...

    {% endif %} {% if workshop.show_boxes %}

    Containers

    {% if user.is_staff %}

    Create new container...

    {% endif %} {% endif %} {% endblock %}