{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Add New Scale-Crop Mapping All fields marked with an asterisk (*) are required {% include 'partials/_messages.html' %} {% csrf_token %} Mapping Details Scale {% for p in scale_list %} {{ p.scale_id|upper }} {% endfor %} Crop {% for c in crop_list %} {{ c.name|upper }} - {{ c.crop_id|upper }} {% endfor %} Scale Order Number Universal Moiture Threshold Clear Add {% endblock %}