{% if user.is_authenticated %}
{% else %}
{% endif %}
{% if not user.is_authenticated %}
{% if nextDays %}
{% endif %}
Predcition for next 30 days
| Day | Closing Price |
|---|---|
| {{forloop.counter}} | {{ price|floatformat:2 }} |
Login
{{ error }}
Please login or register for making predictions.
{% endif %}