{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Add New Crop All fields marked with an asterisk (*) are required {% include 'partials/_messages.html' %} {% csrf_token %} Crop Details Crop ID Crop Name Type {% for type in type_list %} {% if type|lower == old_input_field_values.type|lower %} {{type|upper}} {% else %} {{type|upper}} {% endif %} {% endfor %} Clear Add {% endblock %}