{% extends "base.html" %}
{% load static %}
{% comment %}
#
# Copyright (c) 2016 NIBIO
{% trans "Crop" %} | {% trans "Pest" %} | {% trans "Model name" %} | {% trans "Weather station" %} | {% trans "Location" %} | {% trans "Date start" %} | {% trans "Date end" %} |
---|
{% trans "Crop" %} | {% trans "Pest" %} | {% trans "Model name" %} | {% trans "Weather station" %} | {% trans "Location" %} | {% trans "Date start" %} | {% trans "Date end" %} | |
---|---|---|---|---|---|---|---|
{{ forecast_configuration.crop_organism.local_name }} | {{ forecast_configuration.pest_organism.local_name }} | {{ forecast_configuration.model_local_name }} | {{ forecast_configuration.weather_station_point_of_interest.name }} | {{ forecast_configuration.location_point_of_interest.name }} | {{ forecast_configuration.date_start }} | {{ forecast_configuration.date_end }} | {% trans "Results" %} |