+ Use this page to request specific days off. Your leader will approve or deny + the request in the admin view. +
+ + + +| Date | +Status | +Note | +Requested | +Action | +
|---|---|---|---|---|
| {{ r.date }} | ++ + {{ r.status }} + + | +{{ r.note or '' }} | ++ {{ r.created_at.strftime('%Y-%m-%d %H:%M') if r.created_at else '' }} + | ++ {% if r.status == 'pending' %} + + {% else %} + No action + {% endif %} + | +
You don't have any requests yet.
+ {% endif %} +