{% extends "organization/organization_dashboard_base.html" %} {% load static %} {% block title %} Team Overview & Daily Status Reports {% endblock title %} {% block description %} Get a comprehensive view of your team members and their daily progress. Manage team members, view their details, and keep track of their daily status reports to ensure smooth collaboration and effective teamwork. {% endblock description %} {% block keywords %} Team Overview, Team Management, Manage Members, View Team, Team Roles, Team Status, Daily Status Reports, Status Reports, Daily Updates, Team Progress, Task Management, Goal Accomplishments {% endblock keywords %} {% block og_title %} Team Overview & Daily Status Reports - Comprehensive Team and Progress Management {% endblock og_title %} {% block og_description %} Get a detailed view of your team members and their daily progress. Easily manage roles, statuses, and daily status reports to maintain efficient operations and improve team performance. {% endblock og_description %} {% block body %}
| Member | Role | Status | View | |
|---|---|---|---|---|
|
{% if member.user_avatar %}
|
{{ member.user.email }} | {{ member.role }} | {% if member.user.is_active %} Active {% else %} Inactive {% endif %} | View |
| No Members Found |
Daily Status Reports
| User | Date | Previous Work | Next Plan | Blockers | Goal Accomplished | Mood |
|---|---|---|---|---|---|---|
|
{% if report.user.userprofile.user_avatar %}
|
{{ report.date|date:"F j, Y" }} | {{ report.previous_work|slice:":25" }}... | {{ report.next_plan|slice:":25" }}... | {{ report.blockers|slice:":25" }}... | {% if report.goal_accomplished %} Yes {% else %} No {% endif %} | {{ report.current_mood }} |
| No Reports Found |