{% extends "layouts/base.html" %} {% block title %}One on One - UdeS team manager{% endblock %} {% block page_title %}One on One{% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}
Updated: {{ note.updated_at.strftime('%B %d, %Y at %I:%M %p') }}
{% endfor %} {% else %}No team notes have been added yet. Your coach will post improvement suggestions here.
{% endif %}Added: {{ note.created_at.strftime('%B %d, %Y at %I:%M %p') }}
{% endfor %} {% else %}No personal notes have been added yet. Your coach may provide individual feedback here.
{% endif %}| Date | Time | Discussion Points | Status | Coach Response |
|---|---|---|---|---|
| {{ req.date.strftime('%b %d, %Y') }} | {{ req.start_time.strftime('%I:%M %p') }} - {{ req.end_time.strftime('%I:%M %p') }} | {{ req.points or 'N/A' }} | {% if req.status == 'pending' %} Pending {% elif req.status == 'approved' %} Approved {% elif req.status == 'rejected' %} Rejected {% endif %} | {% if req.status == 'approved' %} Session confirmed! {% elif req.status == 'rejected' %} {% if req.coach_rejection_message %} {{ req.coach_rejection_message }} {% else %} Coach is unavailable {% endif %} {% else %} Awaiting coach response... {% endif %} |
You haven't made any One on One requests yet.
{% endif %}You need to be assigned to a team with a coach to request a One on One session.
{% endif %}