{% extends "admin/layouts/base.html" %} {% block title %}{{ tenant.name }}{% endblock %} {% block content %}
{{ tenant.slug }}
{% if tenant.is_demo %}Demo{% endif %}
| Key | Value | Set by | Note | |
|---|---|---|---|---|
{{ ov.setting_key }} |
{{ ov.setting_value }} | {{ ov.admin.name if ov.admin else ov.overridden_by }} | {{ ov.note or '—' }} |
| Date | Amount | Description | Invoice Ref | Paid |
|---|---|---|---|---|
| {{ b.created_at.strftime('%Y-%m-%d') }} | ${{ "%.2f"|format(b.amount) }} | {{ b.description }} | {{ b.invoice_ref or '—' }} | {{ b.paid_at.strftime('%Y-%m-%d') if b.paid_at else '—' }} |