{% extends "base.html" %} {% block content %}
{% if result == "parasitized" %}

The Uploaded Cell is Parasitized

{% elif result == "uninfected" %}

The Uploaded Cell is Uninfected

{% endif %}
{% endblock %}