{% extends 'base.html' %} {% load static %} {% block content %}

Your Created Documents

{% if documents %} {% for document in documents %} {% endfor %}
Title Created at: Document Type: Action
{{ document.title }} {{ document.created_at }} {{ document.d_type }} View Delete
{% else %}

Nothing generated yet... click to generate

{% endif %}
{% endblock %}