{% trans "Historial de Análisis de Suelo" %} - {{ field.name }}

{% if soil_tests %}
{% for test in soil_tests %} {% endfor %}
{% trans "Fecha" %} {% trans "Nitrógeno" %} (ppm) {% trans "Fósforo" %} (ppm) {% trans "Potasio" %} (ppm) {% trans "Materia Orgánica" %} (%) {% trans "Acciones" %}
{{ test.date|date:'Y-m-d' }} {{ test.nitrate_ppm }} {{ test.phosphorus_ppm }} {{ test.potassium_ppm }} {{ test.organic_matter_percentage }} {% trans "Ver Recomendaciones" %}
{% else %} {% endif %}