Check-In Reports
{% if user.is_authenticated %}
Daily Status Report
{% endif %}
Check-In Reports from {{ default_start_date }} to {{ default_end_date }}
| 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 |
Loading data...
Please wait while data is loaded.