{% trans "Recomendaciones" %}
{% if recommendations %}
{% for recommendation in recommendations %} {% endfor %}
{% 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 }}
{% else %} {% endif %}