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

My Tasks

{% for task in tasks %}
{% csrf_token %}
{{ task.title }}
{% csrf_token %}
{% empty %}

No tasks yet.

{% endfor %}