{% extends "base.html" %} {% load static %} {% load custom_tags_and_filters %} {% block title %}{% if monitor %}Edit monitor{% else %}New monitor{% endif %}{% endblock %} {% block content %}
Define the fields shown when adding data and expected in uploaded CSVs. New monitors start with Value and Notes; remove or rename them as needed. For numeric fields, optional control limits can be shown on the chart: 3σ (statistical) uses mean ± 3 standard deviations of data in the selected date range, or fixed min/max lines.