{% extends "base.html" %} {% block title %}Review Narrative{% endblock %} {% block content %}
Narrative Details

Title: {{ narrative.title }}

Objective: {{ narrative.objective }}

Attacker Profile: {{ narrative.attacker_profile }}

Deception Activities: {{ narrative.deception_activities }}

Similarity: {{ narrative.percentage_of_similarity }}%

End Date {{ narrative.end_date }}

Created at: {{ narrative.created_at }}

User Profiles
{% if user_profiles %} {% else %}

No user profiles associated with this narrative.

{% endif %}
Back
{% endblock %}