{% trans "Recomendaciones" %}
{% if recommendations %}
{% else %}
| {% trans "Fecha" %} | {% trans "Cultivo / Campo" %} | {% trans "Detalles" %} |
|---|---|---|
| {{ recommendation.created_at|date:'Y-m-d' }} | {% if recommendation.crop %} {{ recommendation.crop.name }} {% elif recommendation.field %} {{ recommendation.field.name }} {% else %} Sin asignación {% endif %} | {{ recommendation.description }} |
{% trans "No hay recomendaciones de suelo disponibles" %}.
{% endif %}