{% extends 'base.html' %} {% block content %}
| Month | Employee | Anonymous | Submitted | Actions |
|---|---|---|---|---|
| {{ r.month }} |
{% if r.employee %}
{{ r.employee.full_name }}
{{ r.employee.employee_code }} · {{ r.employee.email }}
{% else %}
—
{% endif %}
|
{{ 'Yes' if r.is_anonymous else 'No' }} | {{ r.submitted_at.strftime('%Y-%m-%d %H:%M') if r.submitted_at else '' }} | View |