{% extends "base.html" %} {% block title %}Workshop {{ workshop.name }}{% endblock %} {% block content %}

{{ workshop.name }}

{% if workshop.area_related.exists %}

Areas

{% endif %} {% if workshop.box_related.exists %}

Boxes

{% endif %} {% endblock %}