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

Scale Crop - ({{mapping.scale}} {{mapping.crop}})

{% include 'partials/_messages.html' %}
mapping Details
Scale {{mapping.scale.scale_id}}
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_scalecropmapping %} {% endif %}
{% endblock %}