{{ rota.description }}
Period: {{ rota.start_date }} → {{ rota.end_date }}
{{ solver_options }}
Configure typed rota constraint options. Click Edit to open the form showing typed fields and descriptions.
| Key | Value | |
|---|---|---|
{{ key }} |
{% if info.typed and info.default is not None %}
{% if info.value == info.default %}
{{ info.pretty }}
default
{% else %}
{{ info.pretty }}
Default:
{% endif %}
{% else %}
{{ info.default }}{{ info.pretty }}
{% endif %}
|
Edit |
No typed constraint options have been configured for this rota.
{% endif %}