{% load static %} Osina

Points

{% for point in points %} {% if point.status == 'Not Completed' %}

{{point.text}}

{% csrf_token %}
{% csrf_token %}
{% endif %} {% if point.status == 'Completed' %}

{{point.text}}

{% endif %} {% if point.status == 'Working On' %}

{{point.text}}

{% csrf_token %}
{% endif %} {% endfor %}