{% extends "main.html" %} {% block content %}

Your Dashboard

View and manage your analyzed documents

Go to Settings
{% for document in documents %}

{{ document.title }}

Analyzed on: {{ document.analysis_date }}

{% empty %}

You haven't uploaded any documents yet.

{% endfor %}

Upload a New Document

Upload Document
{% endblock %}