{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}

{{ head }}

{% include "employee/update_menu.html" %} {% for log in logs %} {% endfor %}
# Action Action By Date
{{ forloop.counter}} {{ log.action }} {{ log.action_by }} {{ log.action_date}}
{% endblock content %}