{% if standalone %} {% endif %}

Science Lab - Field Observations

{% if widget_data.get('error') %}
Error: {{ widget_data.error }}
{% endif %}
{{ widget_data.get('total_observations', 0) }}
Total Observations
{{ widget_data.get('quality_metrics', {}).get('high_quality_count', 0) }}
High Quality
{{ widget_data.get('geographic_coverage', {}).get('unique_locations', 0) }}
Locations
{{ widget_data.get('quality_metrics', {}).get('average_quality', 0) }}%
Avg Quality
Submit Field Observation
{% if widget_data.get('recent_observations') %}
Recent Observations
{% for obs in widget_data.recent_observations %}
{{ obs.type.replace('_', ' ').title() }} - {{ obs.location }} {{ obs.data_quality.level }}
{{ obs.timestamp }} by {{ obs.observer }} {% if obs.matched_orchids %}
Matched {{ obs.matched_orchids|length }} orchid record(s) {% endif %}
{{ obs.description[:150] }}{% if obs.description|length > 150 %}...{% endif %}
{% endfor %}
{% else %}

No observations recorded yet.
Submit your first field observation above!

{% endif %}
Connected to Botany Lab Statistics