Check-In Reports

{% if user.is_authenticated %} Daily Status Report {% endif %}
{% if data %}
Check-In Reports from {{ default_start_date }} to {{ default_end_date }}
{% for item in data %} {% endfor %}
Username Previous Work Next Plan Blockers Goal Accomplished Current Mood Action
{{ item.username }} {{ item.previous_work }} {{ item.next_plan }} {{ item.blockers }} {% if item.goal_accomplished %} ✅ Yes {% else %} ❌ No {% endif %} {{ item.current_mood }} View
{% else %}
Loading data...
Please wait while data is loaded.
{% endif %}