{% import "bootstrap/utils.html" as utils %} {% extends "base.html" %} {% block body %}

{{ utils.flashed_messages() }}

Bastli Bouncer


We currently have {{ free_workplaces }} free workplaces in our workshop.


Register and reserve your workplace here before you come by! Thank you.


Login {% if registration_enabled %} Register {% endif %}

{% endblock %}