{% extends "base.html" %} {% block title %}Orders — litestar-getpaid Example{% endblock %} {% block content %}
| Description | Amount | ID | |
|---|---|---|---|
| {{ order.description }} | {{ order.amount }} {{ order.currency }} | {{ order.id[:8] }}... | View |
No orders yet. Create one using the form.