{% load static %} {% block scripts %} {% include "sentry_replay.html" %} {% endblock %}
Eversync Logo

Your Documents

New Document
{% if documents %} {% for doc in documents %}
{{ doc.title }}
Last edited: {{ doc.updated_at|date:"F j, Y, g:i a" }}
{% csrf_token %}
{% endfor %} {% else %}

You haven't created any documents yet.

{% endif %}