{% extends 'core/base.html' %} {% load widget_tweaks %} {% block content %}

Staff

Create New staff {% for staff in staff %} {% endfor %}
# Name Phone Net Salary Join Date Actions
{{ forloop.counter }} {{ staff.user }} {{ staff.mobile_number }} {{ staff.salary_details.first }} {{ staff.date_of_joining }}
{% endblock %}