{% extends 'index.html' %} {% load static %} {% block body %}

Search Logs


{% if request.user.patient_set.all.0 %} {% else %} {% endif %} {% for i in data %} {% if request.user.patient_set.all.0 %} {% else %} {% endif %} {% endfor %}
#DatePatient NameAccuracy Result HeartValue Action
{{forloop.counter}}{{i.created}}{{i.patient.user.first_name}} {{i.patient.user.last_name}}{{i.prediction_accuracy}} {% if i.result == "0" %}
Healty
{% else %}
Unhealty
{% endif %}
{{i.values_list}}
{% endblock %}