{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} Edit PillSig: {{ canister_serial }}
{% csrf_token %}

 

{% if discrepancies_only == 'Y' %} Back {% else %} Back {% endif %}

 
{{ form.width }} {{ form.length }} {{ form.area }} {{ form.threshold_low }} {{ form.threshold_high }} {{ form.red_channel }}R
{{ form.green_channel }}G
{{ form.blue_channel }}B
{{ form.user_init }} {{ form.comments }}
Width Len Area Thr Low Thr High RGB User Init Comments Action
{{ current_pillsig.width }} {{ current_pillsig.length }} {{ current_pillsig.area }} {{ current_pillsig.threshold_low }} {{ current_pillsig.threshold_high }} {% if current_pillsig.red_channel == True %}r {% endif %} {% if current_pillsig.green_channel == True %}g {% endif %} {% if current_pillsig.blue_channel == True %}b{% endif %} {{ current_pillsig.user_init }} {{ current_pillsig.comments }}  
{% endblock %}