{% 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.

Welcome, {{ user.name }} ({{ user.email }}). {% if user.is_admin %} Admin {% endif %} Logout


{% block content %} {% endblock %}
{% endblock %}