{% extends "app_layout_wells.html" %}
{% block head_extra %}
{% endblock %}
{% block header_title %}
{{ wells_title }} - Salinity
{% endblock %}
{% block title %}
Salinity - {{ wells_title }}
{% endblock %}
{% block wells_form_content %}
{{ super() }}
Filter data:
- (e.g. M for monitoring), Separate codes with commas.
- (e.g. PUMP,AIRL for pumped and airlifted samples). Separate codes with commas.
(ec or tds)
{% endblock %}
{% block wells_content %}
{% if wells|length <= 9 %}
Click the "Open query/filter/sort form" button above and see the "Filter data" section for options to adjust the chart.
{% else %}(A chart will appear here if you have queried for up to 9 wells.)
{% endif %} {{ table|safe }} {% if wells|length <= 9 %} {% endif %} {% endblock %}