{% extends "tenant/layouts/base.html" %} {% block title %}Commission & Pay{% endblock %} {% block content %}
| Period | Type | Base | Commission | Total | Status |
|---|---|---|---|---|---|
| {{ pp.period_start.strftime('%b %d') }}–{{ pp.period_end.strftime('%b %d, %Y') }} | {{ pp.pay_type.title() }} | ${{ "%.2f"|format(pp.base_amount) }} | ${{ "%.2f"|format(pp.commission_amount) }} | ${{ "%.2f"|format(pp.total_amount) }} | {{ pp.status }} |
| Period | Amount |
|---|---|
| {{ log.period or '—' }} | ${{ "%.2f"|format(log.amount) }} |