{% extends "app_layout_well.html" %} {% block head_extra %} {% endblock %} {% block header_title %} {{ title }} - Manual water levels {% endblock %} {% block title %} Manual water levels - {{ title }} {% endblock %} {% block well_content %}

Back to well summary

(dtw, swl, or rswl)
(prod, test, dev)

{% if param == "dtw" or param == "swl" %}

For DTW & SWL, the legend which appears when you move the mouse over the chart will have the sign reversed. E.g. the true SWL of "4.34" will appear as "-4.34". RSWL values always have the correct sign in the mouse-over legend. The Y axis labels are always correct, for all parameters.

{% endif %}


{{ table|safe }} {% endblock %}