{% 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 %} {% trans "Cultivo" %} {{ recommendation.crop.name }} {% elif recommendation.field %} {% trans "Campo" %} {{ recommendation.field.name }} {% else %} {% trans "Sin asignación" %} {% endif %} {{ recommendation.description }}
{% else %} {% endif %}