{% extends 'user_dashboard/dashboard_base.html' %} {% block title %}Cages Detail - User Dashboard{% endblock %} {% block content %}

Cage Detail: {{ cage.name }}

Reference Number: {{ cage.ref_number }}

KPI Data

{{ kpi_html|safe }}

Weight Chart

{{ weight_chart_html|safe }}

KPI Chart

{{ kpi_chart_html|safe }}

Performance

Good

Status

Active

Alerts

2

{% endblock %}