| ID | Client | Subscription | Service | Interval | Price | Next Invoice | Status |
|---|---|---|---|---|---|---|---|
| {{ s.id }} | {{ s.client_code }} - {{ s.company_name }} | {{ s.subscription_name }} | {% if s.service_code %} {{ s.service_code }} - {{ s.service_name }} {% else %} - {% endif %} | {{ s.billing_interval }} | {{ s.price|money(s.currency_code) }} {{ s.currency_code }} | {{ s.next_invoice_date }} | {{ s.status }} |