{% extends 'apps_base.html' %} {% block title %}Salary{% endblock %} {% block apps_base_title %}Manage salary records{% endblock %} {% block apps_base_content %} {% if no_owned_company %}
There are no companies created by you.
There are no salary records in this company, you can create one now.
Staff Name | Date | Payer |
---|---|---|
{{ salary.payee.full_name }} | {{ salary.date }} | {{ salary.payer }} |