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

Product Crop - ({{mapping.product}} {{mapping.crop}})

{% include 'partials/_messages.html' %}
mapping Details
{% comment %} {% endcomment %}
Product {{mapping.product}}
Crop {{mapping.crop}}
Scale Order Number {{mapping.scale_order_number}}
Universal Moiture Threshold {{mapping.universal_moisture_threshold}}
Created At {{mapping.created_at}}
Updated At {{mapping.updated_at}}
{% if super_admin or sub_feature_matrix.update_cropmapping %} {% endif %}
{% endblock %}