{% extends "base.html" %} {% block content %}
S R Broadband
{% if user.is_authenticated %} Welcome, {{ user.get_username }} {% else %}

Welcome, new user. Please log in.

{% endif %} {# #} {# #}

Customer ({{ customer_number }}) {% if bill_f != "due" %}

{% endif %} {# #} {# #} {% for customer in customers %} {% if logs.error|length > 3 %} {% else %} {% endif %} {# #} {# #} {% empty %}
  • No data yet.
  • {% endfor %} {# `log_id`, `device`, `lat`, `long`, `vacuum`, `vacuum_temperature`, `internal_temperature`, `power_state`, `error`, `tx`, `rx`, `ss`, `ip`, `ssn`, `ts`#}
    id Full Name Mobile Package Billed Month NIDIPUsername State City Area AddressAddress 2
    {{ customer.id }} {{ customer.full_name }} {{ customer.mobile }} {{ customer.package }} {{ customer.billed_month }} {{customer.nid }} {{ customer.ip }} {{ customer.dial_up_username }} {{ customer.state }} {{ customer.city }} {{ customer.area }} {{ customer.address }} {{ customer.street2 }}




    Billing

    {# #} {% for bill in bills %} {% if logs.error|length > 3 %} {% else %} {% endif %} {# #} {% empty %}
  • No data yet.
  • {% endfor %} {# `log_id`, `device`, `lat`, `long`, `vacuum`, `vacuum_temperature`, `internal_temperature`, `power_state`, `error`, `tx`, `rx`, `ss`, `ip`, `ssn`, `ts`#}
    bill_idMonth Billed Customer Bill Created Bill Amount Package Id
    {{ bill.month_bill }} {{ bill.customer }} {{ bill.customer_name }} {{ bill.bill_created }} {{ bill.bill_amount }} {{bill.package }}




    Inventory

    {# #} {% for inventory in inventories %} {% if logs.error|length > 3 %} {% else %} {% endif %} {# #} {% empty %}
  • No data yet.
  • {% endfor %} {# `log_id`, `device`, `lat`, `long`, `vacuum`, `vacuum_temperature`, `internal_temperature`, `power_state`, `error`, `tx`, `rx`, `ss`, `ip`, `ssn`, `ts`#}
    item_nameproduct_iditem_updated amount quantity
    {{ inventory.product_id }} {{ inventory.item_name }} {{ inventory.item_updated }} {{ inventory.amount }} {{inventory.quantity }}




    Support

    {% for support_case in support_cases %} {% if logs.error|length > 3 %} {% else %} {% endif %} {% empty %}
  • No data yet.
  • {% endfor %} {# `log_id`, `device`, `lat`, `long`, `vacuum`, `vacuum_temperature`, `internal_temperature`, `power_state`, `error`, `tx`, `rx`, `ss`, `ip`, `ssn`, `ts`#}
    case_id customer assigned_staff description resolution_provided
    {{ support_case.case_id }} {{ support_case.customer }} {{ support_case.assigned_staff }} {{ support_case.description }} {{ support_case.resolution_provided }}
    {% endblock %}