{% extends "main/layout.html" %} {% load static %} {% block content %}
Category | Number | Salary |
{{ i.0.name }} | {{ i.1 }} | $ {{ i.2 }} |
Total | {{ tot_i_a }} | $ {{ tot_i_b }} |
---|
Position | Number | Salary |
{{ j.0.name }} | {{ j.1 }} | $ {{ j.2 }} |
Total | {{ tot_j_a }} | $ {{ tot_j_b }} |
---|