{% extends 'base_customer.html' %} {% block title %}My Bills - Optinet Global Links{% endblock %} {% block content %}
Invoice # | Issue Date | Due Date | Amount | Status | Actions |
---|---|---|---|---|---|
{{ invoice.invoice_number }} | {{ invoice.issue_date }} | {{ invoice.due_date }} | ${{ invoice.total_amount }} | {{ invoice.get_status_display }} | View |
You don't have any bills yet.