{% extends 'account_base.html' %} {% load static %} {% block title %} Account Dashboard {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% for mother in mother_info %}
{% if mother.0.branch_logo %} Card image cap {%else%} company logo {% endif %}
{{mother.0}}

Manpower:    {{mother.1}}

T Gross:  {{mother.2}}

OT Hour:    {{mother.5}}

OT Amount:    {{mother.3}}

Att Bonus:    {{mother.4}}

Payable:   {{mother.7}}

Total Payable:  {{mother.6}}

{% endfor %}
{% comment %}

Account Dashboard

{% if mother_info %} {% for mother in mother_info %} {% endfor %} {% else %} {% endif %}
SL No Branch Manpower Total Gross OT Hour OT Amount Attendance Bonus Payable taka
{{forloop.counter}} {{ mother.0 }} {{ mother.1 }} {{ mother.2 }} {{ mother.5 }} {{ mother.3 }} {{ mother.4 }} {{ mother.6 }}
No Data Found
{% endcomment %} {% endblock MainContent %} {% block JS %} {% endblock JS %}