<selectname="pestId"id="observationPestList"class="form-control chosen-select"data-placeholder="{% trans "Organism"%}">
</select>
</div>
<divclass="form-group">
<selectname="cropId"id="observationCropList"class="form-control chosen-select"data-placeholder="{% trans "Crop"%}">
</select>
</div>
<divclass="form-group">
<selectname="cropCategoryId"id="cropCategoryList"style="min-width: 150px;"class="form-control chosen-select"data-placeholder="{% trans "Cropcategories"%}">
<inputtype="checkbox"name="includeNegative"{%ifinclude_negative%}checked{%endif%}value="true"> {% trans "Include registrations without pest presence" %}
<inputtype="checkbox"name="includeNegative"{%ifinclude_negative%}checked{%endif%}value="true"> {% trans "Include registrations without pest presence" %}
</label>
</div>
</div>
</div>
</div>
<divclass="row mt-2">
<divclass="form-group col-sm-3">
<labelfor="observationPestList">{% trans "Organism" %}</label>
<selectname="pestId"id="observationPestList"class="form-control chosen-select"data-placeholder="{% trans "Organism"%}">
</select>
</div>
<divclass="form-group col-sm-3">
<labelfor="observationCropList">{% trans "Crop" %}</label>
<selectname="cropId"id="observationCropList"class="form-control chosen-select"data-placeholder="{% trans "Crop"%}">
</select>
</div>
<divclass="form-group col-sm-3">
<labelfor="cropCategoryList">{% trans "Crop categories" %}</label>
<selectname="cropCategoryId"id="cropCategoryList"class="form-control chosen-select"style="min-width: 150px;"data-placeholder="{% trans "Cropcategories"%}">
</select>
</div>
<divclass="form-group col-sm-3">
<br>
<buttontype="submit"class="btn btn-primary">{% trans "Filter" %}</button>
</form>
</div>
</div>
</form>
<divstyle="padding: 10px 0px">
<spanid="emptyResult">{% trans "No observations found for specified search criteria" %}</span>
<aid="downloadLink"href="">{% trans "Download as Excel" %}</a>
</div>
<aid="downloadLink"href="">{% trans "Download as Excel" %}</a>