{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Update Mapping -{{mapp.product|upper}} {{mapp.crop|upper}} All fields marked with an asterisk (*) are required Go Back {% include 'partials/_messages.html' %} {% csrf_token %} Mapping Details Product {% for p in product_list %} {{ p.name|upper }} {% endfor %} Crop {% for c in crop_list %} {{ c.name|upper }} {% endfor %} {% comment %} Scale order No {% endcomment %} Universal Moisture Threshold Save Changes Clear {% endblock %}