{% extends 'core/base.html' %} {% block content %}
{% if staff.user.profile_pic|length > 0 %} avatar {% else %} avatar {% endif %}
{{staff.user.email}}

Job Title

{{staff.user.address}}

Edit

Full Name

{{staff.user.first_name}} {{staff.user.last_name}}


Email

{{staff.user.email}}


Phone

{{staff.mobile_number}}


Address

{{staff.user.address}}

Payment History

{% for payment in staff.salary_pay_details.all %} {% empty %}

No Payment History Yet

{% endfor %}
# Payment Period Download PDF
{{ forloop.counter }} Month:{{ payment.month }} Year:{{payment.year}}
{% endblock content %}