{% extends 'base.html' %} {% block title %}Graph - {{ target.name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

📊 {{ target.name }} - Data Usage

6h 24h 7d ← Back

Device Info

Name: {{ target.name }}

Modem Type: {{ target.modem_type or 'rv50' }}

IP: {{ target.ip_address }}:{{ target.port }}

Community: {{ target.community }}

Poll Period: {{ target.period_minutes }} minutes

{% endblock %} {% block extra_js %} {% endblock %}