Loading forecast_app/templates/results.html +2 −2 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ <th class="has-text-right">Actual</th> <th class="has-text-right">Sold</th> <th class="has-text-right">Stockout</th> <th class="has-text-right">Error %</th> <th class="has-text-right">MAPE</th> <th class="has-text-right">Revenue</th> <th class="has-text-right">Profit</th> </tr> Loading @@ -181,7 +181,7 @@ {{ watch.stockout }} </td> <td class="has-text-right"> <span class="tag {% if watch.error_pct < 10 %}is-success{% elif watch.error_pct < 25 %}is-warning{% else %}is-danger{% endif %}"> <span class="tag {% if watch.error_pct < 6 %}is-success{% elif watch.error_pct < 15 %}is-warning{% else %}is-danger{% endif %}"> {{ watch.error_pct }}% </span> </td> Loading Loading
forecast_app/templates/results.html +2 −2 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ <th class="has-text-right">Actual</th> <th class="has-text-right">Sold</th> <th class="has-text-right">Stockout</th> <th class="has-text-right">Error %</th> <th class="has-text-right">MAPE</th> <th class="has-text-right">Revenue</th> <th class="has-text-right">Profit</th> </tr> Loading @@ -181,7 +181,7 @@ {{ watch.stockout }} </td> <td class="has-text-right"> <span class="tag {% if watch.error_pct < 10 %}is-success{% elif watch.error_pct < 25 %}is-warning{% else %}is-danger{% endif %}"> <span class="tag {% if watch.error_pct < 6 %}is-success{% elif watch.error_pct < 15 %}is-warning{% else %}is-danger{% endif %}"> {{ watch.error_pct }}% </span> </td> Loading