{% extends "base.html" %}{% block title %}Trash{% endblock %}{% block content %}
| ID | Invoice | Item | Deleted At | Restore |
|---|---|---|---|---|
| {{o.id}} | {{o.invoice_no}} | {{o.item_name}} | {{o.deleted_at}} | |
| No deleted orders. | ||||
| Table | ID | Deleted By | Deleted At |
|---|---|---|---|
| {{r.table_name}} | {{r.record_id}} | {{r.deleted_by}} | {{r.deleted_at}} |