{% extends "layout.html" %} {% block content %}

Work Configuration

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Standard number of work hours in a day

Primary Break

Required break time in minutes
Work hours after which a break becomes mandatory

Additional Break

Duration of additional break in minutes
Work hours after which an additional break becomes necessary
{% endblock %}