{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Diagnosis and Recommendation
{% endblock %}
{% block content %}
| Your chosen diagnostic accuracy | {{ precision }} |
| Your diagnostic result | Problem {{ diagnostic_result }} |
| Your recommended solution to client | Solution {{ recommended_solution }} |