{% extends "base.html" %} {% load static %} {% comment %} # # Copyright (c) 2016 NIBIO . # # This file is part of VIPSWeb. # VIPSWeb is free software: you can redistribute it and/or modify # it under the terms of the NIBIO Open Source License as published by # NIBIO, either version 1 of the License, or (at your option) any # later version. # # VIPSWeb is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # NIBIO Open Source License for more details. # # You should have received a copy of the NIBIO Open Source License # along with VIPSWeb. If not, see . # {% endcomment %} {% load i18n %} {% block title%}{% trans "Apple fruit moth forecasting" %}{%endblock%} {% block content %}

{% trans "Apple fruit moth forecasting" %}

{% trans "Description of apple fruit moth forecasting"%}

{% trans "Messages" %}

{% for message in vips_messages|dictsort:"date_pub" reversed %}

{{message.lead_paragraph}}

{{message.body}}

{% endfor %}
  • {% trans "High risk of infection" %}
  • {% trans "Medium risk of infection" %}
  • {% trans "No risk of infection" %}
  • {% trans "Forecast not ready" %}

Varmesum for rognebærmøll


Utviklinga til rognebærmøll er avhengig av temperatur, slik at utviklingsfarten og tidspunkt for tiltak varierer mellom ulike distrikt. For å vurdere tidspunktet må du ha notert når rogna sto i full blom og rekne ut varmesum etter det.










{% endblock %} {% block customCSS %} {% endblock %} {% block customJS %} {% endblock %}