{% extends "base.html" %} {% load static %} {% block title %} PhishCoach {% endblock title %} {% block head %} {% endblock %} {% block body %} {% for email in emails|slice:"0:5" %}

{{ email.sender_name|slice:":1" }}

From:

{{ email.sender_name }} <{{ email.sender }}>

To:

Mich <JohnDoe@bestCompany.com>

Subject:

{{ email.subject }}

{{ email.content | safe }}
{% if email.has_attachment %} {% endif %}
{{ email.solution | linebreaks }}
{% endfor %}
Phishing
Authentic
Next

Your score is

0

out of 5

Retry
{% endblock %}