{% extends 'base.html' %} {% load static %} {% block title %}Dashboard{% endblock %} {% block content %}
{{ user.employee.get_role_display }}
Type | Employee | Date | Details | Status | |
---|---|---|---|---|---|
{% if activity.type == 'overtime' %} {% else %} {% endif %} {{ activity.type|title }} | {{ activity.employee.user.get_full_name }} | {{ activity.date|date:"M d, Y" }} | {{ activity.details }} | {% include "components/status_badge.html" with status=activity.status %} | |
No recent activity |