{% extends "direct/base.html" %} {% block content %} {% load i18n %}
{% include "include/messages.html" %}
{%if summary == "Unsure"%}

{{summary}}

{% elif summary == "Good"%}

{{summary}}

{% elif summary == "Bad"%}

{{summary}}

{% else %}

{{summary}}

{% endif %}

{% for h in highlights %}
    {% for key, value in h.items %}
  • {{value }} {{key}}
  • {% endfor %}
{% endfor %}
{% endblock %}