<. include!("../../../components/headers/index.html"); .> <. include!("../../navbar/index.html"); .>
<. include!("../../header/index.html"); .>
<. include!("../../help-banner/index.html"); .>

<.= PAGE .>

<. if let Some(difficulty_factor) = difficulty_factor { .>

Difficulty factor: <.= difficulty_factor .>

<. } else { .> <. if time.is_some() && percentile.is_some() { .>

Not enough inputs to compute statistics. Please try again later

<. } .> <. } .>
<. include!("../../../components/footers.html"); .>