{% endif %}
{% if prediction_process == 'stop' %}
{% if prediction_status == 'in_progress' %}
{{ prediction_precent }}%
{% endif %}
{% if prediction_status == 'init' %}
ACTIVATE JOB!! Then It will start at {{ prediction_date }}
{% endif %}
{% if prediction_status == 'waiting' %}
WAITING!!! Job will start at {{ prediction_date }}
{% endif %}