2023-09-21 17:44:53 +00:00
|
|
|
@use super::base_html;
|
2023-11-05 10:26:14 +00:00
|
|
|
@use super::components::home_fragment_html;
|
|
|
|
@use cm_lib::models::Shift;
|
2023-09-21 17:44:53 +00:00
|
|
|
|
2023-11-05 10:26:14 +00:00
|
|
|
@(open_shift: Option<Shift>)
|
2023-09-21 17:44:53 +00:00
|
|
|
|
|
|
|
@:base_html({
|
|
|
|
|
2023-11-04 09:11:30 +00:00
|
|
|
@:home_fragment_html(open_shift)
|
2023-09-21 17:44:53 +00:00
|
|
|
|
|
|
|
})
|