{% extends "templates/web.html" %} {% block page_content %}
Track your service orders and download documents.
You don't have any orders yet. View services →
| Service | Carrier | Ordered | Status |
|---|---|---|---|
|
{{ co.service_label }}
{{ co.order_number }}
|
{% if co.entity_name %}
{{ co.entity_name }}
{% if co.entity_frn %}
FRN {{ co.entity_frn }}
{% endif %}
{% else %}
—
{% endif %}
|
{{ frappe.utils.format_date(co.created_at) if co.created_at else "" }} | {{ co.filing_badge.label }} |
Need help? Contact support →