{% extends 'loa/base.html' %} {% load static %} {% block details %}
| Start Date | End Date | Created | Reason | Status | {# actions column #} |
|---|---|---|---|---|---|
| {{ req.start_date }} | {{ req.end_date }} | {{ req.created_at|date:"Y-m-d H:i" }} | {{ req.reason }} | {{ req.get_status_display }} |
You have no Leave of Absence requests.
{% endif %} {% endblock %}