{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Algorithm Support
{% endblock %}
{% block content %}
An algorithm has determined a demand forecast for the {{ total_number_products }} products. It calculates the forecast for a product by computing the
average of the demand history of the last 10 periods.
Please answer all questions to continue.
{{ formfield_errors 'questions_aft_explain_answers' }} {% endblock %}