{% extends "users/base.html" %} {% block content %}

Empoworx Employee System

Welcome {{ user.first_name }} {{ user.last_name }}!

Attendance

Coming Soon

Leave

coming soon

{% for awards in awards %}
Awards

{{awards.award}}

{% endfor %}
Notice Board View all
{% for notice in notice %}
{{notice.month}}
{{notice.date}}
{{notice.vacancy}}
{{notice.announcements}}
{% endfor %}
{% endblock %}