{% extends 'base.html' %} {% load static %} {% block content %}

Latest Report

{{ fish_number}}

Total Ayungin in tank

{{ feeder_grams}} grams

Feeder grams


{{ last_update }}

Last Update

{{ average_fishes_weight }}

Average fish weight sampling

ph LEVEL CHART

Register a SMS Suscriber

OPTION 1
    1. Subscribers need to text INFO to {{ sms_num}} (Cross-telco: {{ sms_num_cross_telco }})
    2. Upon receipt of the ‘welcome message’, the subscriber needs to reply YES
OPTION 2
    The page will then be redirected to the redirect uri of the application, and a ‘code’ parameter will be passed to it.
    The page will be redirected, and an SMS with confirmation code will be sent to the subscriber
    The subscriber needs to key-in on the page the received confirmation code and click the button Confirm to authorize the subscriber

SMS Monitoring Suscribers

{% csrf_token %} {% for sub in subscriber%} {% if sub.name %} {% else %} {% endif %} {% if sub.address %} {% else %} {% endif %} {% if sub.role%} {% else %} {% endif %} {% endfor %}
Number Name Address Occupation/Role
{{ sub.subscriber_number}}

AUTOMATED FISH FEEDER

{% csrf_token %}


© 2017 Esteem. All Rights Reserved | Design by W3layouts

{% endblock content %} {% block body_scripts %} {% endblock body_scripts %}