{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Add New Product-Crop Mapping All fields marked with an asterisk (*) are required {% 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 Number {% endcomment %} Universal Moiture Threshold Clear Add {% endblock %}